Table of Contents

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 Id

The identifier.

Properties

AddInSearch

Gets or sets the filter by the AddInSearch options.

public AddInSearch? AddInSearch { get; set; }

Property Value

AddInSearch

AddInSearch

DeviceSearch

Gets or sets the filter by the DeviceSearch options.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch