Class WorkTimeHolidayGroupId
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class WorkTimeHolidayGroupId
- Inheritance
-
WorkTimeHolidayGroupId
- Inherited Members
Constructors
WorkTimeHolidayGroupId()
Initializes a new instance of the WorkTimeHolidayGroupId class. Initializes a new instance of the WorkTimeHolidayGroupId class.
public WorkTimeHolidayGroupId()
WorkTimeHolidayGroupId(int?)
Initializes a new instance of the WorkTimeHolidayGroupId class. Initializes a new instance of the WorkTimeHolidayGroupId class.
public WorkTimeHolidayGroupId(int? id)
Parameters
id
int?The holiday group Id.
Properties
GroupId
Gets or sets the Id for the Group associated with the WorkHoliday and WorkTime.
public int? GroupId { get; set; }
Property Value
- int?
Nullable<T> where T is intThe group Id.