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