Class LogRecordZoneDistanceSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
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
IdThe 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
FromDate
Gets or sets search for LogRecordZoneDistances that were recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
ToDate
Gets or sets search for LogRecordZoneDistances that were recorded at this date or before.
public DateTime? ToDate { get; set; }
Property Value
ZoneSearch
Gets or sets search for LogRecordZoneDistances that were created for ZoneSearch(s). Available ZoneSearch options are:.
public ZoneSearch? ZoneSearch { get; set; }