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