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