Class NfcKey
- Namespace
- Geotab.Checkmate.ObjectModel
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The class that represents NFC type key.
public class NfcKey : Key, IEntity, IComparable, IIdentifiable, IDriverProvider
- Inheritance
-
NfcKey
- Implements
- Inherited Members
Constructors
NfcKey()
Initializes a new instance of the NfcKey class.Default constructor.
public NfcKey()
NfcKey(long?, string)
Initializes a new instance of the NfcKey class.The constructor for NFC type key.
public NfcKey(long? keyId, string serialNumber)