Class DeviceMasterFlagSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for DeviceMasterFlag(s).
public class DeviceMasterFlagSearch : Search, IEntity
- Inheritance
-
DeviceMasterFlagSearch
- Implements
- Inherited Members
Constructors
DeviceMasterFlagSearch()
Initializes a new instance of the DeviceMasterFlagSearch class.
public DeviceMasterFlagSearch()
DeviceMasterFlagSearch(Id?)
Initializes a new instance of the DeviceMasterFlagSearch class.
public DeviceMasterFlagSearch(Id? id)
Parameters
id
IdThe identifier.
Properties
DevicePlanMasterFlag
Gets or sets search for DeviceMasterFlags with this DevicePlanMasterFlag.
public DevicePlanMasterFlag? DevicePlanMasterFlag { get; set; }
Property Value
DeviceSearch
Gets or sets search for DeviceMasterFlags with this DeviceSearch.
public DeviceSearch? DeviceSearch { get; set; }
Property Value
FromDate
Gets or sets search for DeviceMasterFlags 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 DeviceMasterFlag before the FromDate. If FromDate is null this has no effect.
public bool IncludeFromDateOverlap { get; set; }
Property Value
ToDate
Gets or sets search for DeviceMasterFlags recorded at this date or before.
public DateTime? ToDate { get; set; }