Class AssociateTooltipPlugin
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint key for the DayTooltipPlugin. The tooltip is essentially that of a person, including image if possible.
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[TooltipPlugin("SuperOffice:AssociateTooltip", new string[] { "associate_id" })]
public class AssociateTooltipPlugin : TooltipPluginBase
Constructors
AssociateTooltipPlugin()
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint key for the DayTooltipPlugin. The tooltip is essentially that of a person, including image if possible.
Declaration
public AssociateTooltipPlugin()
Fields
AssociateKey
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint key for the DayTooltipPlugin. The tooltip is essentially that of a person, including image if possible.
Declaration
public const string AssociateKey = "associate_id"
Field Value
| Type | Description |
|---|---|
| string |
Methods
InnerGetTooltipAsync(CancellationToken)
Tooltip provider for associates. Triggers on 'associate_id', but is disabled by 'day', the hint key for the DayTooltipPlugin. The tooltip is essentially that of a person, including image if possible.
Declaration
protected override Task<string> InnerGetTooltipAsync(CancellationToken cancellationToken)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task<string> |