Class TachographData
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph
- Assembly
- Geotab.Checkmate.ObjectModel.dll
The entity that contains the data for the tachograph vlr data extractor
public class TachographData
- Inheritance
-
TachographData
- Inherited Members
Constructors
TachographData(Device, EntitySetting?, string?, string?, string?, string?, string?)
Initializes a new instance of the TachographData class.
public TachographData(Device device, EntitySetting? tachographVersion = null, string? vehicleRegistrationNumber = null, string? tachographDriverName = null, string? tachographDriverSurname = null, string? tachographCoDriverName = null, string? tachographCoDriverSurname = null)
Parameters
device
DeviceThe Device
tachographVersion
EntitySettingThe EntitySetting
vehicleRegistrationNumber
stringThe version of the entity.
tachographDriverName
stringThe tachograph driver name.
tachographDriverSurname
stringThe tachograph driver surname.
tachographCoDriverName
stringThe tachograph co-driver name.
tachographCoDriverSurname
stringThe tachograph co-driver surname.
Properties
Device
Gets or sets the device.
public Device Device { get; set; }
Property Value
TachographCoDriverName
Gets or sets the tachograph co-driver name.
public string? TachographCoDriverName { get; set; }
Property Value
TachographCoDriverSurname
Gets or sets the tachograph co-driver surname.
public string? TachographCoDriverSurname { get; set; }
Property Value
TachographDriverName
Gets or sets the tachograph driver name.
public string? TachographDriverName { get; set; }
Property Value
TachographDriverSurname
Gets or sets the tachograph driver surname.
public string? TachographDriverSurname { get; set; }
Property Value
TachographVersion
Gets or sets the tachograph version.
public EntitySetting? TachographVersion { get; set; }
Property Value
VehicleRegistrationNumber
Gets or sets the vehicle registration number.
public string? VehicleRegistrationNumber { get; set; }