Пример #1
0
        /// <summary>
        /// Create a new vOfficeAddress object.
        /// </summary>
        /// <param name="firstName">Initial value of the FirstName property.</param>
        /// <param name="lastName">Initial value of the LastName property.</param>
        /// <param name="addressID">Initial value of the addressID property.</param>
        /// <param name="addressType">Initial value of the AddressType property.</param>
        /// <param name="contactID">Initial value of the ContactID property.</param>
        /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
        public static vOfficeAddress CreatevOfficeAddress(global::System.String firstName, global::System.String lastName, global::System.Int32 addressID, global::System.String addressType, global::System.Int32 contactID, global::System.DateTime modifiedDate)
        {
            vOfficeAddress vOfficeAddress = new vOfficeAddress();

            vOfficeAddress.FirstName    = firstName;
            vOfficeAddress.LastName     = lastName;
            vOfficeAddress.addressID    = addressID;
            vOfficeAddress.AddressType  = addressType;
            vOfficeAddress.ContactID    = contactID;
            vOfficeAddress.ModifiedDate = modifiedDate;
            return(vOfficeAddress);
        }
Пример #2
0
 /// <summary>
 /// Create a new vOfficeAddress object.
 /// </summary>
 /// <param name="firstName">Initial value of the FirstName property.</param>
 /// <param name="lastName">Initial value of the LastName property.</param>
 /// <param name="addressID">Initial value of the addressID property.</param>
 /// <param name="addressType">Initial value of the AddressType property.</param>
 /// <param name="contactID">Initial value of the ContactID property.</param>
 /// <param name="modifiedDate">Initial value of the ModifiedDate property.</param>
 public static vOfficeAddress CreatevOfficeAddress(global::System.String firstName, global::System.String lastName, global::System.Int32 addressID, global::System.String addressType, global::System.Int32 contactID, global::System.DateTime modifiedDate)
 {
     vOfficeAddress vOfficeAddress = new vOfficeAddress();
     vOfficeAddress.FirstName = firstName;
     vOfficeAddress.LastName = lastName;
     vOfficeAddress.addressID = addressID;
     vOfficeAddress.AddressType = addressType;
     vOfficeAddress.ContactID = contactID;
     vOfficeAddress.ModifiedDate = modifiedDate;
     return vOfficeAddress;
 }
Пример #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vOfficeAddresses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovOfficeAddresses(vOfficeAddress vOfficeAddress)
 {
     base.AddObject("vOfficeAddresses", vOfficeAddress);
 }
Пример #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the vOfficeAddresses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTovOfficeAddresses(vOfficeAddress vOfficeAddress)
 {
     base.AddObject("vOfficeAddresses", vOfficeAddress);
 }