Table of Contents

Class TachographKey

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

The class that represents Tachograph type key.

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

Constructors

TachographKey()

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

public TachographKey()

TachographKey(long?, string)

Initializes a new instance of the TachographKey class.The constructor for Tachograph type key.

public TachographKey(long? keyId, string serialNumber)

Parameters

keyId long?

The key Id.

serialNumber string

The key serial Number.