Class DeviceReplacementInfoSearch
- Namespace
- Geotab.Checkmate.ObjectModel.DeviceReplacement
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a DeviceReplacementInfo.
public class DeviceReplacementInfoSearch : Search, IEntity
- Inheritance
-
DeviceReplacementInfoSearch
- Implements
- Inherited Members
Constructors
DeviceReplacementInfoSearch()
public DeviceReplacementInfoSearch()
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Available DeviceSearch options are:
public DeviceSearch? DeviceSearch { get; set; }
Property Value
Status
Gets or sets search for Device Replacement Info with the provided status.
public ReplacementStatus? Status { get; set; }