コード例 #1
0
 /// <summary>
 /// Create a new hs_hr_emp_us_tax object.
 /// </summary>
 /// <param name="emp_number">Initial value of the emp_number property.</param>
 public static hs_hr_emp_us_tax Createhs_hr_emp_us_tax(global::System.Int32 emp_number)
 {
     hs_hr_emp_us_tax hs_hr_emp_us_tax = new hs_hr_emp_us_tax();
     hs_hr_emp_us_tax.emp_number = emp_number;
     return hs_hr_emp_us_tax;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the hs_hr_emp_us_tax EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTohs_hr_emp_us_tax(hs_hr_emp_us_tax hs_hr_emp_us_tax)
 {
     base.AddObject("hs_hr_emp_us_tax", hs_hr_emp_us_tax);
 }