Beispiel #1
0
        /// <summary>
        /// Create a new bts_receiveport object.
        /// </summary>
        /// <param name="nID">Initial value of the nID property.</param>
        /// <param name="nvcName">Initial value of the nvcName property.</param>
        /// <param name="bTwoWay">Initial value of the bTwoWay property.</param>
        /// <param name="nAuthentication">Initial value of the nAuthentication property.</param>
        /// <param name="uidGUID">Initial value of the uidGUID property.</param>
        /// <param name="dateModified">Initial value of the DateModified property.</param>
        /// <param name="nApplicationID">Initial value of the nApplicationID property.</param>
        public static bts_receiveport Createbts_receiveport(global::System.Int32 nID, global::System.String nvcName, global::System.Boolean bTwoWay, global::System.Int32 nAuthentication, global::System.Guid uidGUID, global::System.DateTime dateModified, global::System.Int32 nApplicationID)
        {
            bts_receiveport bts_receiveport = new bts_receiveport();

            bts_receiveport.nID             = nID;
            bts_receiveport.nvcName         = nvcName;
            bts_receiveport.bTwoWay         = bTwoWay;
            bts_receiveport.nAuthentication = nAuthentication;
            bts_receiveport.uidGUID         = uidGUID;
            bts_receiveport.DateModified    = dateModified;
            bts_receiveport.nApplicationID  = nApplicationID;
            return(bts_receiveport);
        }
Beispiel #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bts_receiveport EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobts_receiveport(bts_receiveport bts_receiveport)
 {
     base.AddObject("bts_receiveport", bts_receiveport);
 }