Class FuelSnapshotRecordSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Fuel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a FuelSnapshotRecord.
public class FuelSnapshotRecordSearch : Search, IEntity
- Inheritance
-
FuelSnapshotRecordSearch
- Implements
- Inherited Members
Constructors
FuelSnapshotRecordSearch()
Initializes a new instance of the FuelSnapshotRecordSearch class. Constructor.
public FuelSnapshotRecordSearch()
FuelSnapshotRecordSearch(Id)
Initializes a new instance of the FuelSnapshotRecordSearch class. Constructor.
public FuelSnapshotRecordSearch(Id id)
Parameters
id
IdThe id.
Properties
DeviceSearch
Gets or sets the device search criteria for the FuelSnapshotRecord records with this {@link DeviceSearch} Id. Available DeviceSearch options are:.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
- DeviceSearch
The device search criteria for the FuelSnapshotRecord records with this {@link DeviceSearch} Id. Available DeviceSearch options are:.
FromDate
Gets or sets the from date, which is used to search for FuelSnapshotRecord records recorded on or after this date.
public DateTime? FromDate { get; set; }
Property Value
- DateTime?
DateTime?.
IncludeAdjacent
Gets or sets the IncludeAdjacent flag which, when true, includes the FuelSnapshotRecord records immediately before and after the date range specified
public bool? IncludeAdjacent { get; set; }
Property Value
- bool?
bool
IsWaitingForData
Gets or sets the isWaitingForData flag which is used to search for FuelSnapshotRecord records recorded with a isWaitingForData flag set to true
public bool? IsWaitingForData { get; set; }
Property Value
- bool?
bool
ToDate
Gets or sets the to date, which is used to search for FuelSnapshotRecord records recorded on or before this date.
public DateTime? ToDate { get; set; }
Property Value
- DateTime?
DateTime?.