Table of Contents

Class WorkTimeHolidayGroupId

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

true Work holidays. See WorkHoliday and WorkTime. Items can be grouped together by giving them all the same GroupId number.

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.