/// <summary> /// Create a new hs_hr_emp_basicsalary object. /// </summary> /// <param name="emp_number">Initial value of the emp_number property.</param> /// <param name="sal_grd_code">Initial value of the sal_grd_code property.</param> /// <param name="currency_id">Initial value of the currency_id property.</param> public static hs_hr_emp_basicsalary Createhs_hr_emp_basicsalary(global::System.Int32 emp_number, global::System.String sal_grd_code, global::System.String currency_id) { hs_hr_emp_basicsalary hs_hr_emp_basicsalary = new hs_hr_emp_basicsalary(); hs_hr_emp_basicsalary.emp_number = emp_number; hs_hr_emp_basicsalary.sal_grd_code = sal_grd_code; hs_hr_emp_basicsalary.currency_id = currency_id; return hs_hr_emp_basicsalary; }
/// <summary> /// Deprecated Method for adding a new object to the hs_hr_emp_basicsalary EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTohs_hr_emp_basicsalary(hs_hr_emp_basicsalary hs_hr_emp_basicsalary) { base.AddObject("hs_hr_emp_basicsalary", hs_hr_emp_basicsalary); }