Table of Contents

Class EmployeeRoutePlanSearch

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

false search The object used to specify the arguments when searching for EmployeeRoutePlan(s).

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

DateTime?

DateTime

RouteSearch

Gets or sets search for Employee Route Plans with this RouteSearch Id. Available RouteSearch options are:.

public RouteSearch? RouteSearch { get; set; }

Property Value

RouteSearch

RouteSearch

ToDate

Gets or sets search for Employee Route Plans recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime