/// <summary>
 /// Create a new HR_Cmp_PerformanceRatingType object.
 /// </summary>
 /// <param name="ratingTypeID">Initial value of the RatingTypeID property.</param>
 /// <param name="ratingType">Initial value of the RatingType property.</param>
 /// <param name="ratingDescription">Initial value of the RatingDescription property.</param>
 public static HR_Cmp_PerformanceRatingType CreateHR_Cmp_PerformanceRatingType(global::System.Int32 ratingTypeID, global::System.String ratingType, global::System.String ratingDescription)
 {
     HR_Cmp_PerformanceRatingType hR_Cmp_PerformanceRatingType = new HR_Cmp_PerformanceRatingType();
     hR_Cmp_PerformanceRatingType.RatingTypeID = ratingTypeID;
     hR_Cmp_PerformanceRatingType.RatingType = ratingType;
     hR_Cmp_PerformanceRatingType.RatingDescription = ratingDescription;
     return hR_Cmp_PerformanceRatingType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the HR_Cmp_PerformanceRatingType EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHR_Cmp_PerformanceRatingType(HR_Cmp_PerformanceRatingType hR_Cmp_PerformanceRatingType)
 {
     base.AddObject("HR_Cmp_PerformanceRatingType", hR_Cmp_PerformanceRatingType);
 }