Class DeviceSourceAddressInfoSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for DeviceSourceAddressInfo.
public class DeviceSourceAddressInfoSearch : Search, IEntity
- Inheritance
-
DeviceSourceAddressInfoSearch
- Implements
- Inherited Members
Constructors
DeviceSourceAddressInfoSearch()
public DeviceSourceAddressInfoSearch()
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any device source address info that is assigned to that Device. Providing the device IDs will search for device source address info that have Devices in that list.
Available DeviceSearch options are:public DeviceSearch? DeviceSearch { get; set; }
Property Value
ErrorType
Gets or sets the filter by error when processing.
public FaultRichDataErrorType? ErrorType { get; set; }
Property Value
FromLastUpdatedDate
Gets or sets the inclusive from last updated date. The device source address info after this date.
public DateTime? FromLastUpdatedDate { get; set; }
Property Value
IsProcessed
Gets or sets the flag to find the proccesed device source address.
public bool? IsProcessed { get; set; }
Property Value
SourceAddressSearch
Gets or sets filter by the ControllerSearch options. Providing a device ID will search for any device source address info that is assigned to that Source Address. Providing the device IDs will search for device source address info that have Source Address in that list.
Available SourceAddressSearch options are:public ControllerSearch? SourceAddressSearch { get; set; }
Property Value
ToLastUpdatedDate
Gets or sets the inclusive to last updated date. The device source address info before this date.
public DateTime? ToLastUpdatedDate { get; set; }