/// <summary>
 /// Create a new HR_Emp_ContactDetails object.
 /// </summary>
 /// <param name="contactID">Initial value of the ContactID property.</param>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="empOtherEmail">Initial value of the EmpOtherEmail property.</param>
 /// <param name="workEmailAddress">Initial value of the WorkEmailAddress property.</param>
 public static HR_Emp_ContactDetails CreateHR_Emp_ContactDetails(global::System.Int32 contactID, global::System.Int64 employeeNumber, global::System.String empOtherEmail, global::System.String workEmailAddress)
 {
     HR_Emp_ContactDetails hR_Emp_ContactDetails = new HR_Emp_ContactDetails();
     hR_Emp_ContactDetails.ContactID = contactID;
     hR_Emp_ContactDetails.EmployeeNumber = employeeNumber;
     hR_Emp_ContactDetails.EmpOtherEmail = empOtherEmail;
     hR_Emp_ContactDetails.WorkEmailAddress = workEmailAddress;
     return hR_Emp_ContactDetails;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_ContactDetails EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_ContactDetails(HR_Emp_ContactDetails hR_Emp_ContactDetails)
 {
     base.AddObject("HR_Emp_ContactDetails", hR_Emp_ContactDetails);
 }