Class VehicleConfigurationSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for
public class VehicleConfigurationSearch : Search, IEntity
- Inheritance
-
VehicleConfigurationSearch
- Implements
- Derived
- Inherited Members
Constructors
VehicleConfigurationSearch()
Initializes a new instance of the VehicleConfigurationSearch class.
public VehicleConfigurationSearch()
VehicleConfigurationSearch(Id)
Initializes a new instance of the VehicleConfigurationSearch class.
public VehicleConfigurationSearch(Id id)
Parameters
Properties
DeviceSearch
Gets or sets filter by the DeviceSearch options. Providing a device ID will search for any VehicleConfiguration that are assigned to that Device. Providing the Groups will search for VehicleConfiguration for that have Devices in that group. Available DeviceSearch options are:
public DeviceSearch? DeviceSearch { get; set; }