Interface IReprocessRequestDeviceFilter
- Namespace
- Geotab.Checkmate.ObjectModel.Reprocessing
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Identifies a set of devices affected by a given ReprocessRequest.
public interface IReprocessRequestDeviceFilter
Properties
FilterType
Gets the type of filter.
FilterType FilterType { get; }
Property Value
- FilterType
The type of filter.
Methods
Resolve()
Executes the filter.
IEnumerable<Device> Resolve()
Returns
- IEnumerable<Device>
A list of Devices.