Class AddInDeviceLinkSearch
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The object used to specify the arguments when searching for AddInDeviceLink.
public class AddInDeviceLinkSearch : Search, IEntity
- Inheritance
-
AddInDeviceLinkSearch
- Implements
- Inherited Members
Constructors
AddInDeviceLinkSearch()
Initializes a new instance of the AddInDeviceLinkSearch class.
public AddInDeviceLinkSearch()
AddInDeviceLinkSearch(Id?)
Initializes a new instance of the AddInDeviceLinkSearch class.
public AddInDeviceLinkSearch(Id? id)
Parameters
id
IdThe identifier.
Properties
AddInSearch
Gets or sets the filter by the AddInSearch options.
public AddInSearch? AddInSearch { get; set; }
Property Value
DeviceSearch
Gets or sets the filter by the DeviceSearch options.
public DeviceSearch? DeviceSearch { get; set; }