/// <summary>
 /// Create a new HR_CMP_ExemptionsType object.
 /// </summary>
 /// <param name="exemptionTypeId">Initial value of the ExemptionTypeId property.</param>
 /// <param name="exemptionType">Initial value of the ExemptionType property.</param>
 /// <param name="exemptionDescriptions">Initial value of the ExemptionDescriptions property.</param>
 public static HR_CMP_ExemptionsType CreateHR_CMP_ExemptionsType(global::System.Int32 exemptionTypeId, global::System.String exemptionType, global::System.String exemptionDescriptions)
 {
     HR_CMP_ExemptionsType hR_CMP_ExemptionsType = new HR_CMP_ExemptionsType();
     hR_CMP_ExemptionsType.ExemptionTypeId = exemptionTypeId;
     hR_CMP_ExemptionsType.ExemptionType = exemptionType;
     hR_CMP_ExemptionsType.ExemptionDescriptions = exemptionDescriptions;
     return hR_CMP_ExemptionsType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_CMP_ExemptionsType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_CMP_ExemptionsType(HR_CMP_ExemptionsType hR_CMP_ExemptionsType)
 {
     base.AddObject("HR_CMP_ExemptionsType", hR_CMP_ExemptionsType);
 }