Class RangeEstimateSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
public class RangeEstimateSearch : Search, IEntity
- Inheritance
-
RangeEstimateSearch
- Implements
- Inherited Members
Constructors
RangeEstimateSearch()
Initializes a new instance of the RangeEstimateSearch class.
public RangeEstimateSearch()
RangeEstimateSearch(Id?)
Initializes a new instance of the RangeEstimateSearch class. The object used to specify the arguments when searching for RangeEstimates.
public RangeEstimateSearch(Id? id)
Parameters
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any RangeEstimates that are assigned to that Device. Providing deviceIds will search for any RangeEstimates that are assigned to these Devices. Providing the Groups will search for RangeEstimates for that have Devices in that group. Available DeviceSearch options are:
public DeviceSearch? DeviceSearch { get; set; }
Property Value
FromDate
Gets or sets search for RangeEstimates records at this date or after.
public DateTime? FromDate { get; set; }
Property Value
ToDate
Gets or sets search for RangeEstimates records at this date or before.
public DateTime? ToDate { get; set; }