Table of Contents

Class CustomKey

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

The class that represents Custom type key.

public class CustomKey : Key, IEntity, IComparable, IIdentifiable, IDriverProvider
Inheritance
CustomKey
Implements
Inherited Members

Constructors

CustomKey()

Initializes a new instance of the CustomKey class.Default constructor.

public CustomKey()

CustomKey(long?, string)

Initializes a new instance of the CustomKey class.The constructor for Custom type key.

public CustomKey(long? keyId, string serialNumber)

Parameters

keyId long?

The key Id.

serialNumber string

The key serial Number.

Fields

UpperBound

The upper bound of valid Custom serial number for a single record type message.

public const int UpperBound = 238

Field Value

int