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