Class EntitySettingKey
- Namespace
- Geotab.Checkmate.ObjectModel.EntitySettings
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Represents the type of entity a EntitySetting is linked to.
public static class EntitySettingKey
- Inheritance
-
EntitySettingKey
- Inherited Members
Fields
TachographCompanyCardAvailabilityNotificationsKey
The Tachograph CompanyCard Availability Notifications Key
public const string TachographCompanyCardAvailabilityNotificationsKey = "tachograph.notifications.companyCardsAvailability"
Field Value
TachographCompanyCardNotificationsKey
The Tachograph CompanyCard Notifications Key
public const string TachographCompanyCardNotificationsKey = "backend.jobs.companyCardProcessor"
Field Value
TachographDtcoCompanySettingsKey
The Tachograph Overview Notifications Key
public const string TachographDtcoCompanySettingsKey = "dtco.companySettings"
Field Value
TachographOverviewNotificationsKey
The Tachograph Overview Notifications Key
public const string TachographOverviewNotificationsKey = "backend.jobs.tachographOverviewNotificationsProcessor"
Field Value
TachographVersionKey
The Tachograph Version Key
public const string TachographVersionKey = "dtco.tachographVersionState"
Field Value
TachographWeeklyStatusOverviewNotificationsKey
The Tachograph Weekly Status Overview Notifications Key
public const string TachographWeeklyStatusOverviewNotificationsKey = "tachograph.notifications.weeklyStatusOverview"
Field Value
Methods
GetTachographNotificationKey(string)
Get Tachograph Notification key for Global Entity Setting from Tachograph rule name.
public static string GetTachographNotificationKey(string tachographRule)
Parameters
tachographRule
stringThe tachographRule.
Returns
- string
The entity Setting key related with the tachograph rule.