Table of Contents

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 Device

The Device

tachographVersion EntitySetting

The EntitySetting

vehicleRegistrationNumber string

The version of the entity.

tachographDriverName string

The tachograph driver name.

tachographDriverSurname string

The tachograph driver surname.

tachographCoDriverName string

The tachograph co-driver name.

tachographCoDriverSurname string

The tachograph co-driver surname.

Properties

Device

Gets or sets the device.

public Device Device { get; set; }

Property Value

Device

Device

TachographCoDriverName

Gets or sets the tachograph co-driver name.

public string? TachographCoDriverName { get; set; }

Property Value

string

string

TachographCoDriverSurname

Gets or sets the tachograph co-driver surname.

public string? TachographCoDriverSurname { get; set; }

Property Value

string

string

TachographDriverName

Gets or sets the tachograph driver name.

public string? TachographDriverName { get; set; }

Property Value

string

string

TachographDriverSurname

Gets or sets the tachograph driver surname.

public string? TachographDriverSurname { get; set; }

Property Value

string

string

TachographVersion

Gets or sets the tachograph version.

public EntitySetting? TachographVersion { get; set; }

Property Value

EntitySetting

EntitySetting

VehicleRegistrationNumber

Gets or sets the vehicle registration number.

public string? VehicleRegistrationNumber { get; set; }

Property Value

string

string