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