Class InterestTooltipPlugin
Tooltip provider for Interest links on Contact and Person. Triggers on 'contactInterest' and 'personInterest', and expects the accompanying id to be a contact or person id.
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:interest", new string[]{"contactInterest", "personInterest"})]
public class InterestTooltipPlugin : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
InterestTooltipPlugin()
Tooltip provider for Interest links on Contact and Person. Triggers on 'contactInterest' and 'personInterest', and expects the accompanying id to be a contact or person id.
Declaration
public InterestTooltipPlugin()
Methods
InnerGetTooltip()
Fetch the ContactInterestRows or PersonInterestRows collection as appropriate,
looks up the list values in the
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String | Multi-line tooltip, all chosen interests |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)