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
stringThe unit type name.
unitIds
Id[]List id Ids.
groupFilter
GroupFilterConditionGroup filter applied.
Properties
GroupFilter
Gets or sets the group filter.
public GroupFilterCondition? GroupFilter { get; set; }
Property Value
UnitIds
Gets or sets the list of unit ids.
public Id[]? UnitIds { get; set; }
Property Value
UnitName
Gets or sets the unit type name.
public string UnitName { get; set; }