Class RestrictedDataModeChangeSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for RestrictedDataModeChange(s).
public class RestrictedDataModeChangeSearch : Search, IEntity
- Inheritance
-
RestrictedDataModeChangeSearch
- Implements
- Inherited Members
Constructors
RestrictedDataModeChangeSearch()
Initializes a new instance of the RestrictedDataModeChangeSearch class.
public RestrictedDataModeChangeSearch()
RestrictedDataModeChangeSearch(Id)
Initializes a new instance of the RestrictedDataModeChangeSearch class.
public RestrictedDataModeChangeSearch(Id id)
Parameters
id
IdThe identifier.
Properties
DeviceSearch
Gets or sets search for RestrictedDataModeChanges with this DeviceSearch Id. Available DeviceSearch options are:.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
FromDate
Gets or sets search for RestrictedDataModeChanges recorded at this date or after.
public DateTime? FromDate { get; set; }
Property Value
IncludeFromDateOverlap
Gets or sets a value indicating whether gets or sets a value to include the first RestrictedDataModeChange before the FromDate. If FromDate is null this has no effect.
public bool IncludeFromDateOverlap { get; set; }
Property Value
ToDate
Gets or sets search for RestrictedDataModeChanges recorded at this date or before.
public DateTime? ToDate { get; set; }