Class TripAnnotationSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
A class used to search for TripAnnotations.
public class TripAnnotationSearch : Search, IEntity
- Inheritance
-
TripAnnotationSearch
- Implements
- Inherited Members
Constructors
TripAnnotationSearch()
public TripAnnotationSearch()
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device Id will search for any TripAnnotations for that Device.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
FromDate
Gets or sets the DateTime to search for search for TripAnnotations at or after.
public DateTime? FromDate { get; set; }
Property Value
ToDate
Gets or sets the DateTime to search for search for TripAnnotations at or before.
public DateTime? ToDate { get; set; }