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