/// <summary>
 /// Create a new hs_hr_comp_property object.
 /// </summary>
 /// <param name="prop_id">Initial value of the prop_id property.</param>
 /// <param name="prop_name">Initial value of the prop_name property.</param>
 public static hs_hr_comp_property Createhs_hr_comp_property(global::System.Int32 prop_id, global::System.String prop_name)
 {
     hs_hr_comp_property hs_hr_comp_property = new hs_hr_comp_property();
     hs_hr_comp_property.prop_id = prop_id;
     hs_hr_comp_property.prop_name = prop_name;
     return hs_hr_comp_property;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_comp_property EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_comp_property(hs_hr_comp_property hs_hr_comp_property)
 {
     base.AddObject("hs_hr_comp_property", hs_hr_comp_property);
 }