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