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