Table of Contents

Class TachographInternalRequest

Namespace
Geotab.Checkmate.ObjectModel.Tachograph
Assembly
Geotab.Checkmate.ObjectModel.dll

The entity which describes the tachograph internal request.

public class TachographInternalRequest
Inheritance
TachographInternalRequest
Inherited Members

Constructors

TachographInternalRequest()

Initializes a new instance of the TachographInternalRequest class.

public TachographInternalRequest()

TachographInternalRequest(TachographUnitData?, SecurityIdentifier[], object?)

Initializes a new instance of the TachographInternalRequest class.

public TachographInternalRequest(TachographUnitData? scope, SecurityIdentifier[] securityIdentifiers, object? data)

Parameters

scope TachographUnitData

Scope of units.

securityIdentifiers SecurityIdentifier[]

The security identifiers applied to the method.

data object

Extra parameters for the TachoModule endpoint.

Properties

Data

Gets or sets extra data for the TachoModule request.

public object? Data { get; set; }

Property Value

object

object

Scope

Gets or sets list of units.

public TachographUnitData? Scope { get; set; }

Property Value

TachographUnitData

TachographUnitData

SecurityIdentifiers

Gets or sets the SecurityIdentifiers to apply.

public SecurityIdentifier[] SecurityIdentifiers { get; set; }

Property Value

SecurityIdentifier[]

Array of SecurityIdentifier