Class InstallRecordOtherDetails
- Namespace
- Geotab.Checkmate.ObjectModel.InstallRecords
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Install Records updates received from MyAdmin.
public class InstallRecordOtherDetails
- Inheritance
-
InstallRecordOtherDetails
- Inherited Members
Constructors
InstallRecordOtherDetails()
Initializes a new instance of the InstallRecordOtherDetails class.
public InstallRecordOtherDetails()
Properties
AllowDownload
Gets or sets allowdownload property.
public bool? AllowDownload { get; set; }
Property Value
Aux
Gets or sets Auxiliary ports.
public string? Aux { get; set; }
Property Value
CameraId
Gets or sets Camera Id.
public string? CameraId { get; set; }
Property Value
Comments
Gets or sets value for Comments.
public string? Comments { get; set; }
Property Value
DetectedHarness
Gets or sets value for DetectedHarness.
public string? DetectedHarness { get; set; }
Property Value
DetectedProtocol
Gets or sets value for DetectedProtocol.
public string? DetectedProtocol { get; set; }
Property Value
DeviceAccount
Gets or sets value for DeviceAccount.
public string? DeviceAccount { get; set; }
Property Value
DeviceDatabase
Gets or sets value for DeviceDatabase.
public string? DeviceDatabase { get; set; }
Property Value
DeviceStatusPass
Gets or sets value for DeviceStatusPass.
public bool? DeviceStatusPass { get; set; }
Property Value
EngineHours
Gets or sets value for EngineHours.
public double? EngineHours { get; set; }
Property Value
FirmwareVersion
Gets or sets value for FirmwareVersion.
public string? FirmwareVersion { get; set; }
Property Value
GatewayServer
Gets or sets Gateway Server.
public InstallRecordGatewayServer? GatewayServer { get; set; }
Property Value
HardwareComments
Gets or sets Hardware Comments.
public string? HardwareComments { get; set; }
Property Value
InstallService
Gets or sets installation type for the device.
public InstallationType? InstallService { get; set; }
Property Value
InstallationComments
Gets or sets Installation Comments.
public string? InstallationComments { get; set; }
Property Value
Iox
Gets or sets Iox.
public string? Iox { get; set; }
Property Value
LastServerCommunication
Gets or sets value for LastServerCommunication.
public DateTime? LastServerCommunication { get; set; }
Property Value
LastValidEngineRecord
Gets or sets value for LastValidEngineRecord.
public DateTime? LastValidEngineRecord { get; set; }
Property Value
LastValidGpsRecord
Gets or sets value for LastValidGpsRecord.
public DateTime? LastValidGpsRecord { get; set; }
Property Value
LastValidIgnitionRecord
Gets or sets value for LastValidIgnitionRecord.
public DateTime? LastValidIgnitionRecord { get; set; }
Property Value
LicencePlate
Gets or sets value for LicencePlate.
public string? LicencePlate { get; set; }
Property Value
Make
Gets or sets value for Make.
public string? Make { get; set; }
Property Value
Model
Gets or sets value for Model.
public string? Model { get; set; }
Property Value
Photos
Gets or sets Photos.
public List<string?>? Photos { get; set; }
Property Value
PossibleIssues
Gets or sets value for PossibleIssues.
public string? PossibleIssues { get; set; }
Property Value
PurchaseOrderNumber
Gets or sets Purchase Order Number.
public string? PurchaseOrderNumber { get; set; }
Property Value
RemovedSerialNumber
Gets or sets Removed Device Serial Number.
public string? RemovedSerialNumber { get; set; }
Property Value
Request
Gets or sets Request.
public InstallRecordRequest? Request { get; set; }
Property Value
ServiceType
Gets or sets Service Type.
public string? ServiceType { get; set; }
Property Value
SimActive
Gets or sets value for SimActive.
public bool? SimActive { get; set; }
Property Value
UserType
Gets or sets value for UserType.
public string? UserType { get; set; }
Property Value
VehicleName
Gets or sets value for VehicleName.
public string? VehicleName { get; set; }
Property Value
Vin
Gets or sets value for Vin.
public string? Vin { get; set; }
Property Value
WorkOrderServices
Gets or sets Work Order Services.
public string? WorkOrderServices { get; set; }
Property Value
WorkReference
Gets or sets value for WorkReference.
public string? WorkReference { get; set; }
Property Value
Year
Gets or sets value for Year.
public int? Year { get; set; }