Class TimeZoneTooltipPlugin
Tooltip provider for Timezone locations
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:TimeZoneTooltip", new string[]{"tzlocation_id", "timezone_id"})]
public class TimeZoneTooltipPlugin : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
TimeZoneTooltipPlugin()
Tooltip provider for Timezone locations
Declaration
public TimeZoneTooltipPlugin()
Fields
TimeZoneKey
Tooltip provider for Timezone locations
Declaration
public const string TimeZoneKey = "timezone_id"
Field Value
Type | Description |
---|---|
String |
tzLocationKey
Tooltip provider for Timezone locations
Declaration
public const string tzLocationKey = "tzlocation_id"
Field Value
Type | Description |
---|---|
String |
Methods
InnerGetTooltip()
Tooltip provider for Timezone locations
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)