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