Table of Contents

Class IoxServerInfo

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

Object that houses information by the IoxAddonServer

public sealed class IoxServerInfo
Inheritance
IoxServerInfo
Inherited Members

Constructors

IoxServerInfo()

Initializes a new instance of the IoxServerInfo class.

public IoxServerInfo()

IoxServerInfo(bool, IEnumerable<string>)

Initializes a new instance of the IoxServerInfo class.

public IoxServerInfo(bool isEnabled, IEnumerable<string> databaseNames)

Parameters

isEnabled bool

The isEnabled.

databaseNames IEnumerable<string>

The databaseNames.

Properties

DatabaseNames

Gets or sets the list of database names

public IEnumerable<string>? DatabaseNames { get; set; }

Property Value

IEnumerable<string>

The list of database names that a MyGeotab instance is currently serving

IsIoxEnabled

Gets or sets a value indicating whether the IOX Addon Server is enabled or not (per publisher settings)

public bool IsIoxEnabled { get; set; }

Property Value

bool

True when the IOX Addon Server is enabled, false otherwise