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