Table of Contents

Class LogRecordZoneDistanceSearch

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

search The object used to specify the arguments when searching for LogRecord from GPSZoneDistance page(s).

public class LogRecordZoneDistanceSearch : Search, IEntity
Inheritance
LogRecordZoneDistanceSearch
Implements
Inherited Members

Constructors

LogRecordZoneDistanceSearch()

Initializes a new instance of the LogRecordZoneDistanceSearch class.Constructor.

public LogRecordZoneDistanceSearch()

LogRecordZoneDistanceSearch(Id)

Initializes a new instance of the LogRecordZoneDistanceSearch class.Constructor.

public LogRecordZoneDistanceSearch(Id id)

Parameters

id Id

The id.

Properties

DeviceSearch

Gets or sets search for LogRecordZoneDistances that were created for DeviceSearch(s). Available DeviceSearch options are:.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

FromDate

Gets or sets search for LogRecordZoneDistances that were recorded at this date or after.

public DateTime? FromDate { get; set; }

Property Value

DateTime?

DateTime

ToDate

Gets or sets search for LogRecordZoneDistances that were recorded at this date or before.

public DateTime? ToDate { get; set; }

Property Value

DateTime?

DateTime

ZoneSearch

Gets or sets search for LogRecordZoneDistances that were created for ZoneSearch(s). Available ZoneSearch options are:.

public ZoneSearch? ZoneSearch { get; set; }

Property Value

ZoneSearch

ZoneSearch