Table of Contents

Class IoxAddOnSearch

Namespace
Geotab.Checkmate.ObjectModel
Assembly
Geotab.Checkmate.ObjectModel.dll

search

The object used to specify the arguments when searching for IoxAddOn(s).

public class IoxAddOnSearch : Search, IEntity
Inheritance
IoxAddOnSearch
Implements
Inherited Members

Constructors

IoxAddOnSearch()

public IoxAddOnSearch()

Properties

ConnectedOnly

Gets or sets if true only Iox Add-Ons that are currently connected to a device will be returned.

public bool? ConnectedOnly { get; set; }

Property Value

bool?

bool

DeviceSearch

Gets or sets search for Iox Add-Ons that are or have been attached to this DeviceSearch Id. Available DeviceSearch options are:.

public DeviceSearch? DeviceSearch { get; set; }

Property Value

DeviceSearch

DeviceSearch

Type

Gets or sets search for Iox Add-Ons of a specific type (Garmin, GoTalk etc). See KnownIoxAddOnType.

public int? Type { get; set; }

Property Value

int?

int