Example #1
0
        /// <summary>
        /// Create a new PhoneItem object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="rowVersion">Initial value of the RowVersion property.</param>
        /// <param name="mDN">Initial value of the MDN property.</param>
        /// <param name="mSID">Initial value of the MSID property.</param>
        /// <param name="mEID">Initial value of the MEID property.</param>
        /// <param name="eSN">Initial value of the ESN property.</param>
        /// <param name="mSL">Initial value of the MSL property.</param>
        /// <param name="active">Initial value of the Active property.</param>
        /// <param name="phoneItem_SubscriberItem">Initial value of the PhoneItem_SubscriberItem property.</param>
        public static PhoneItem CreatePhoneItem(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String mDN, global::System.String mSID, global::System.String mEID, global::System.String eSN, global::System.String mSL, global::System.Boolean active, global::System.Int32 phoneItem_SubscriberItem)
        {
            PhoneItem phoneItem = new PhoneItem();

            phoneItem.Id         = id;
            phoneItem.RowVersion = rowVersion;
            phoneItem.MDN        = mDN;
            phoneItem.MSID       = mSID;
            phoneItem.MEID       = mEID;
            phoneItem.ESN        = eSN;
            phoneItem.MSL        = mSL;
            phoneItem.Active     = active;
            phoneItem.PhoneItem_SubscriberItem = phoneItem_SubscriberItem;
            return(phoneItem);
        }
Example #2
0
 /// <summary>
 /// Create a new PhoneItem object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="rowVersion">Initial value of the RowVersion property.</param>
 /// <param name="mDN">Initial value of the MDN property.</param>
 /// <param name="mSID">Initial value of the MSID property.</param>
 /// <param name="mEID">Initial value of the MEID property.</param>
 /// <param name="eSN">Initial value of the ESN property.</param>
 /// <param name="mSL">Initial value of the MSL property.</param>
 /// <param name="active">Initial value of the Active property.</param>
 /// <param name="phoneItem_SubscriberItem">Initial value of the PhoneItem_SubscriberItem property.</param>
 public static PhoneItem CreatePhoneItem(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String mDN, global::System.String mSID, global::System.String mEID, global::System.String eSN, global::System.String mSL, global::System.Boolean active, global::System.Int32 phoneItem_SubscriberItem)
 {
     PhoneItem phoneItem = new PhoneItem();
     phoneItem.Id = id;
     phoneItem.RowVersion = rowVersion;
     phoneItem.MDN = mDN;
     phoneItem.MSID = mSID;
     phoneItem.MEID = mEID;
     phoneItem.ESN = eSN;
     phoneItem.MSL = mSL;
     phoneItem.Active = active;
     phoneItem.PhoneItem_SubscriberItem = phoneItem_SubscriberItem;
     return phoneItem;
 }
Example #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Phone EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPhone(PhoneItem phoneItem)
 {
     base.AddObject("Phone", phoneItem);
 }
Example #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Phone EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPhone(PhoneItem phoneItem)
 {
     base.AddObject("Phone", phoneItem);
 }