/// <summary> /// Deprecated Method for adding a new object to the HR_Emp_ExemptionDocuments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHR_Emp_ExemptionDocuments(HR_Emp_ExemptionDocuments hR_Emp_ExemptionDocuments) { base.AddObject("HR_Emp_ExemptionDocuments", hR_Emp_ExemptionDocuments); }
/// <summary> /// Create a new HR_Emp_ExemptionDocuments object. /// </summary> /// <param name="documentID">Initial value of the DocumentID property.</param> /// <param name="miscExemptionID">Initial value of the MiscExemptionID property.</param> /// <param name="documentName">Initial value of the DocumentName property.</param> /// <param name="documentPath">Initial value of the DocumentPath property.</param> /// <param name="uploadDate">Initial value of the UploadDate property.</param> public static HR_Emp_ExemptionDocuments CreateHR_Emp_ExemptionDocuments(global::System.Int32 documentID, global::System.Int32 miscExemptionID, global::System.String documentName, global::System.String documentPath, global::System.String uploadDate) { HR_Emp_ExemptionDocuments hR_Emp_ExemptionDocuments = new HR_Emp_ExemptionDocuments(); hR_Emp_ExemptionDocuments.DocumentID = documentID; hR_Emp_ExemptionDocuments.MiscExemptionID = miscExemptionID; hR_Emp_ExemptionDocuments.DocumentName = documentName; hR_Emp_ExemptionDocuments.DocumentPath = documentPath; hR_Emp_ExemptionDocuments.UploadDate = uploadDate; return hR_Emp_ExemptionDocuments; }