Table of Contents

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 Id

The identifier.

Properties

DeviceSearch

Gets or sets search for TripGeohashes with a DeviceSearch Id. Available DeviceSearch options are:

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

StartDateTime

Gets or sets search for TripGeohashes recorded from this date onwards.

public DateTime? StartDateTime { get; set; }

Property Value

DateTime?

DateTime