Table of Contents

Class TachographUnitData

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

The entity with the TachoModule unit information.

public class TachographUnitData
Inheritance
TachographUnitData
Inherited Members

Constructors

TachographUnitData()

Initializes a new instance of the TachographUnitData class.

public TachographUnitData()

TachographUnitData(string, Id[]?, GroupFilterCondition?)

Initializes a new instance of the TachographUnitData class.

public TachographUnitData(string unitName, Id[]? unitIds, GroupFilterCondition? groupFilter)

Parameters

unitName string

The unit type name.

unitIds Id[]

List id Ids.

groupFilter GroupFilterCondition

Group filter applied.

Properties

GroupFilter

Gets or sets the group filter.

public GroupFilterCondition? GroupFilter { get; set; }

Property Value

GroupFilterCondition

GroupFilterCondition

UnitIds

Gets or sets the list of unit ids.

public Id[]? UnitIds { get; set; }

Property Value

Id[]

Array of Id

UnitName

Gets or sets the unit type name.

public string UnitName { get; set; }

Property Value

string

string