Class TachographModuleUISettings
- Namespace
- Geotab.Checkmate.ObjectModel.Tachograph
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Entity that contains UI settings for tachograph module
public sealed class TachographModuleUISettings
- Inheritance
-
TachographModuleUISettings
- Inherited Members
Constructors
TachographModuleUISettings(bool, string)
Initializes a new instance of the TachographModuleUISettings class.
public TachographModuleUISettings(bool isEnabled, string tachographModuleBaseUrl)
Parameters
isEnabled
boolIf true, tachograph module feature will be enabled. Otherwise false.
tachographModuleBaseUrl
stringThe base url for tachoModule.
Properties
IsEnabled
Gets or sets a value indicating whether tachoModule is enabled.
public bool IsEnabled { get; set; }
Property Value
- bool
true if tachoModule is enabled, otherwisefalse .
TachographModuleBaseUrl
Gets or sets tachoModule base url.
public string TachographModuleBaseUrl { get; set; }
Property Value
- string
The base url for tachoModule.