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