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)