Class TripGeohashSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a TripGeohash.
public class TripGeohashSearch : Search, IEntity
- Inheritance
-
TripGeohashSearch
- Implements
- Inherited Members
Constructors
TripGeohashSearch()
Initializes a new instance of the TripGeohashSearch class.
public TripGeohashSearch()
TripGeohashSearch(Id)
Initializes a new instance of the TripGeohashSearch class.
public TripGeohashSearch(Id id)
Parameters
id
IdThe identifier.
Properties
DeviceSearch
Gets or sets search for TripGeohashes with a DeviceSearch Id. Available DeviceSearch options are:
public DeviceSearch? DeviceSearch { get; set; }
Property Value
StartDateTime
Gets or sets search for TripGeohashes recorded from this date onwards.
public DateTime? StartDateTime { get; set; }