Class EmployeeRoutePlanSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class EmployeeRoutePlanSearch : Search, IEntity
- Inheritance
-
EmployeeRoutePlanSearch
- Implements
- Inherited Members
Constructors
EmployeeRoutePlanSearch()
public EmployeeRoutePlanSearch()
Properties
FromDate
Gets or sets search for Employee Route Plan(s) recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
RouteSearch
Gets or sets search for Employee Route Plans with this RouteSearch Id. Available RouteSearch options are:.
public RouteSearch? RouteSearch { get; set; }
Property Value
ToDate
Gets or sets search for Employee Route Plans recorded at this date or before.
public DateTime? ToDate { get; set; }