Class UdefFieldTooltipPlugin
Tooltip plugin for looking up the tooltips of user-defined fields, keyed by the id of the udeffield row (rather low-level)
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:UdefFieldTooltip", new string[]{"udeffield_id"})]
public class UdefFieldTooltipPlugin : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
UdefFieldTooltipPlugin()
Tooltip plugin for looking up the tooltips of user-defined fields, keyed by the id of the udeffield row (rather low-level)
Declaration
public UdefFieldTooltipPlugin()
Fields
UdefKey
Tooltip plugin for looking up the tooltips of user-defined fields, keyed by the id of the udeffield row (rather low-level)
Declaration
public const string UdefKey = "udeffield_id"
Field Value
Type | Description |
---|---|
String |
Methods
InnerGetTooltip()
Tooltip plugin for looking up the tooltips of user-defined fields, keyed by the id of the udeffield row (rather low-level)
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)