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