/// <summary>
 /// Create a new HR_CMP_ExemptionRules object.
 /// </summary>
 /// <param name="exemptionRuleID">Initial value of the ExemptionRuleID property.</param>
 /// <param name="exemptionTypeID">Initial value of the ExemptionTypeID property.</param>
 /// <param name="exemptionRule">Initial value of the ExemptionRule property.</param>
 /// <param name="exemptionRuleDescription">Initial value of the ExemptionRuleDescription property.</param>
 /// <param name="exemptionLimitedAmount">Initial value of the ExemptionLimitedAmount property.</param>
 public static HR_CMP_ExemptionRules CreateHR_CMP_ExemptionRules(global::System.Int32 exemptionRuleID, global::System.String exemptionTypeID, global::System.String exemptionRule, global::System.String exemptionRuleDescription, global::System.String exemptionLimitedAmount)
 {
     HR_CMP_ExemptionRules hR_CMP_ExemptionRules = new HR_CMP_ExemptionRules();
     hR_CMP_ExemptionRules.ExemptionRuleID = exemptionRuleID;
     hR_CMP_ExemptionRules.ExemptionTypeID = exemptionTypeID;
     hR_CMP_ExemptionRules.ExemptionRule = exemptionRule;
     hR_CMP_ExemptionRules.ExemptionRuleDescription = exemptionRuleDescription;
     hR_CMP_ExemptionRules.ExemptionLimitedAmount = exemptionLimitedAmount;
     return hR_CMP_ExemptionRules;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_CMP_ExemptionRules EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_CMP_ExemptionRules(HR_CMP_ExemptionRules hR_CMP_ExemptionRules)
 {
     base.AddObject("HR_CMP_ExemptionRules", hR_CMP_ExemptionRules);
 }