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