Class RegisterDeviceResultLite
- Namespace
- Geotab.Checkmate.ObjectModel.Registration.Gateway
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Lite class to store JSON blob data regarding a registration attempt to the Gateway.
public class RegisterDeviceResultLite
- Inheritance
-
RegisterDeviceResultLite
- Inherited Members
Constructors
RegisterDeviceResultLite()
public RegisterDeviceResultLite()
Properties
RegistrationStatus
Gets or sets the registration enum value.
public RegistrationStatus? RegistrationStatus { get; set; }
Property Value
- RegistrationStatus?
Geotab.Checkmate.ObjectModel.Registration The registration enum value.