Exemplo n.º 1
0
        /// <summary>
        /// Create a new ContactInfoCT object.
        /// </summary>
        /// <param name="address">Initial value of the Address property.</param>
        /// <param name="homePhone">Initial value of the HomePhone property.</param>
        public static ContactInfoCT CreateContactInfoCT(AddressCT address, global::System.String homePhone)
        {
            ContactInfoCT contactInfoCT = new ContactInfoCT();

            contactInfoCT.Address   = StructuralObject.VerifyComplexObjectIsNotNull(address, "Address");
            contactInfoCT.HomePhone = homePhone;
            return(contactInfoCT);
        }
Exemplo n.º 2
0
 partial void OnContactInfoChanging(ContactInfoCT value);
Exemplo n.º 3
0
 /// <summary>
 /// Create a new EmployeeWithCT object.
 /// </summary>
 /// <param name="employeeID">Initial value of the EmployeeID property.</param>
 /// <param name="contactInfo">Initial value of the ContactInfo property.</param>
 public static EmployeeWithCT CreateEmployeeWithCT(global::System.Int32 employeeID, ContactInfoCT contactInfo)
 {
     EmployeeWithCT employeeWithCT = new EmployeeWithCT();
     employeeWithCT.EmployeeID = employeeID;
     employeeWithCT.ContactInfo = StructuralObject.VerifyComplexObjectIsNotNull(contactInfo, "ContactInfo");
     return employeeWithCT;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Create a new ContactInfoCT object.
 /// </summary>
 /// <param name="address">Initial value of the Address property.</param>
 /// <param name="homePhone">Initial value of the HomePhone property.</param>
 public static ContactInfoCT CreateContactInfoCT(AddressCT address, global::System.String homePhone)
 {
     ContactInfoCT contactInfoCT = new ContactInfoCT();
     contactInfoCT.Address = StructuralObject.VerifyComplexObjectIsNotNull(address, "Address");
     contactInfoCT.HomePhone = homePhone;
     return contactInfoCT;
 }
Exemplo n.º 5
0
 partial void OnContactInfoChanging(ContactInfoCT value);
Exemplo n.º 6
0
        /// <summary>
        /// Create a new EmployeeWithCT object.
        /// </summary>
        /// <param name="employeeID">Initial value of the EmployeeID property.</param>
        /// <param name="contactInfo">Initial value of the ContactInfo property.</param>
        public static EmployeeWithCT CreateEmployeeWithCT(global::System.Int32 employeeID, ContactInfoCT contactInfo)
        {
            EmployeeWithCT employeeWithCT = new EmployeeWithCT();

            employeeWithCT.EmployeeID  = employeeID;
            employeeWithCT.ContactInfo = StructuralObject.VerifyComplexObjectIsNotNull(contactInfo, "ContactInfo");
            return(employeeWithCT);
        }