Class DriverRegulationSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class DriverRegulationSearch : Search, IEntity
- Inheritance
-
DriverRegulationSearch
- Implements
- Inherited Members
Constructors
DriverRegulationSearch()
Initializes a new instance of the DriverRegulationSearch class.
public DriverRegulationSearch()
DriverRegulationSearch(UserSearch)
Initializes a new instance of the DriverRegulationSearch class.
public DriverRegulationSearch(UserSearch userSearch)
Parameters
userSearch
UserSearchThe user search.
DriverRegulationSearch(DateTime?, DateTime?, UserSearch)
Initializes a new instance of the DriverRegulationSearch class.
public DriverRegulationSearch(DateTime? fromDate, DateTime? toDate, UserSearch userSearch)
Parameters
fromDate
DateTime?The from date.
toDate
DateTime?The to date.
userSearch
UserSearchThe user search.
Properties
FromDate
Gets or sets the date from which the availability is calculated.
public DateTime? FromDate { get; set; }
Property Value
- DateTime?
The date from which the availability is calculated.
Id
Gets or sets search for an entry based on the specific Id.
public override Id? Id { get; set; }
Property Value
ToDate
Gets or sets the date to which the availability is calculated.
public DateTime? ToDate { get; set; }
Property Value
- DateTime?
The date to which the availability is calculated.
UserSearch
Gets or sets search for duty status availability objects with this UserSearch. Available UserSearch options are:.
public UserSearch? UserSearch { get; set; }