Class DeviceReprocessRequestSearch
- Namespace
- Geotab.Checkmate.ObjectModel.Reprocessing
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for a DeviceReprocessRequest.
public class DeviceReprocessRequestSearch : Search, IEntity
- Inheritance
-
DeviceReprocessRequestSearch
- Implements
- Inherited Members
Constructors
DeviceReprocessRequestSearch()
public DeviceReprocessRequestSearch()
Properties
DeviceId
Gets or sets the Id of the Device to search by. Mutually exclusive to all other search parameters.
public Id? DeviceId { get; set; }
Property Value
Groups
Gets or sets search for Devices that are a member of these GroupSearch(s). Each GroupSearch is an object within the array. Available GroupSearch options are:
public List<GroupSearch>? Groups { get; set; }
Property Value
IsEmpty
Gets a value indicating whether any search criteria have been specified.
public bool IsEmpty { get; }
Property Value
- bool
Indicates whether any search criteria is specified
ReprocessRequestId
Gets or sets the Id of the parent ReprocessRequest to search by.
public Id? ReprocessRequestId { get; set; }
Property Value
- Id
The Id of the parent ReprocessRequest to search by.
Status
Gets or sets the ReprocessRequestStatus to search by.
public ReprocessRequestStatus? Status { get; set; }
Property Value
- ReprocessRequestStatus?
The ReprocessRequestStatus to search by.