Class AssociateTooltipPlugin
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint
key for the
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:AssociateTooltip", new string[]{"associate_id"})]
public class AssociateTooltipPlugin : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
AssociateTooltipPlugin()
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint
key for the
Declaration
public AssociateTooltipPlugin()
Fields
AssociateKey
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint
key for the
Declaration
public const string AssociateKey = "associate_id"
Field Value
Type | Description |
---|---|
String |
Methods
InnerGetTooltip()
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint
key for the
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)