Table of Contents

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

string

TachographCompanyCardNotificationsKey

The Tachograph CompanyCard Notifications Key

public const string TachographCompanyCardNotificationsKey = "backend.jobs.companyCardProcessor"

Field Value

string

TachographDtcoCompanySettingsKey

The Tachograph Overview Notifications Key

public const string TachographDtcoCompanySettingsKey = "dtco.companySettings"

Field Value

string

TachographOverviewNotificationsKey

The Tachograph Overview Notifications Key

public const string TachographOverviewNotificationsKey = "backend.jobs.tachographOverviewNotificationsProcessor"

Field Value

string

TachographVersionKey

The Tachograph Version Key

public const string TachographVersionKey = "dtco.tachographVersionState"

Field Value

string

TachographWeeklyStatusOverviewNotificationsKey

The Tachograph Weekly Status Overview Notifications Key

public const string TachographWeeklyStatusOverviewNotificationsKey = "tachograph.notifications.weeklyStatusOverview"

Field Value

string

Methods

GetTachographNotificationKey(string)

Get Tachograph Notification key for Global Entity Setting from Tachograph rule name.

public static string GetTachographNotificationKey(string tachographRule)

Parameters

tachographRule string

The tachographRule.

Returns

string

The entity Setting key related with the tachograph rule.