/// <summary>
 /// Create a new HR_Emp_ActualExemptions object.
 /// </summary>
 /// <param name="miscExemptionID">Initial value of the MiscExemptionID property.</param>
 /// <param name="employeeNumber">Initial value of the EmployeeNumber property.</param>
 /// <param name="exemptionRuleID">Initial value of the ExemptionRuleID property.</param>
 /// <param name="exemptionAmount">Initial value of the ExemptionAmount property.</param>
 /// <param name="actualTaxExemptionID">Initial value of the ActualTaxExemptionID property.</param>
 public static HR_Emp_ActualExemptions CreateHR_Emp_ActualExemptions(global::System.Int32 miscExemptionID, global::System.Int64 employeeNumber, global::System.Int32 exemptionRuleID, global::System.Decimal exemptionAmount, global::System.Int32 actualTaxExemptionID)
 {
     HR_Emp_ActualExemptions hR_Emp_ActualExemptions = new HR_Emp_ActualExemptions();
     hR_Emp_ActualExemptions.MiscExemptionID = miscExemptionID;
     hR_Emp_ActualExemptions.EmployeeNumber = employeeNumber;
     hR_Emp_ActualExemptions.ExemptionRuleID = exemptionRuleID;
     hR_Emp_ActualExemptions.ExemptionAmount = exemptionAmount;
     hR_Emp_ActualExemptions.ActualTaxExemptionID = actualTaxExemptionID;
     return hR_Emp_ActualExemptions;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Emp_ActualExemptions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Emp_ActualExemptions(HR_Emp_ActualExemptions hR_Emp_ActualExemptions)
 {
     base.AddObject("HR_Emp_ActualExemptions", hR_Emp_ActualExemptions);
 }