/// <summary>
 /// Create a new HR_Emp_AS_EducationDocs object.
 /// </summary>
 /// <param name="associateDocID">Initial value of the AssociateDocID property.</param>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="educationDocID">Initial value of the EducationDocID property.</param>
 public static HR_Emp_AS_EducationDocs CreateHR_Emp_AS_EducationDocs(global::System.Int32 associateDocID, global::System.Int64 employeeNumber, global::System.Int32 educationDocID)
 {
     HR_Emp_AS_EducationDocs hR_Emp_AS_EducationDocs = new HR_Emp_AS_EducationDocs();
     hR_Emp_AS_EducationDocs.AssociateDocID = associateDocID;
     hR_Emp_AS_EducationDocs.EmployeeNumber = employeeNumber;
     hR_Emp_AS_EducationDocs.EducationDocID = educationDocID;
     return hR_Emp_AS_EducationDocs;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_AS_EducationDocs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_AS_EducationDocs(HR_Emp_AS_EducationDocs hR_Emp_AS_EducationDocs)
 {
     base.AddObject("HR_Emp_AS_EducationDocs", hR_Emp_AS_EducationDocs);
 }