/// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_RelatedDocs_Hist EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_RelatedDocs_Hist(HR_Emp_RelatedDocs_Hist hR_Emp_RelatedDocs_Hist)
 {
     base.AddObject("HR_Emp_RelatedDocs_Hist", hR_Emp_RelatedDocs_Hist);
 }
 /// <summary>
 /// Create a new HR_Emp_RelatedDocs_Hist object.
 /// </summary>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="picPath">Initial value of the PicPath property.</param>
 /// <param name="resumePath">Initial value of the ResumePath property.</param>
 /// <param name="resumeName">Initial value of the ResumeName property.</param>
 /// <param name="resumeHeaderLine">Initial value of the ResumeHeaderLine property.</param>
 /// <param name="picName">Initial value of the PicName property.</param>
 /// <param name="lastUsedDate">Initial value of the LastUsedDate property.</param>
 public static HR_Emp_RelatedDocs_Hist CreateHR_Emp_RelatedDocs_Hist(global::System.Int64 employeeNumber, global::System.String picPath, global::System.String resumePath, global::System.String resumeName, global::System.String resumeHeaderLine, global::System.String picName, global::System.DateTime lastUsedDate)
 {
     HR_Emp_RelatedDocs_Hist hR_Emp_RelatedDocs_Hist = new HR_Emp_RelatedDocs_Hist();
     hR_Emp_RelatedDocs_Hist.EmployeeNumber = employeeNumber;
     hR_Emp_RelatedDocs_Hist.PicPath = picPath;
     hR_Emp_RelatedDocs_Hist.ResumePath = resumePath;
     hR_Emp_RelatedDocs_Hist.ResumeName = resumeName;
     hR_Emp_RelatedDocs_Hist.ResumeHeaderLine = resumeHeaderLine;
     hR_Emp_RelatedDocs_Hist.PicName = picName;
     hR_Emp_RelatedDocs_Hist.LastUsedDate = lastUsedDate;
     return hR_Emp_RelatedDocs_Hist;
 }