Class TextTooltipPlugin
Tooltip provider plugin for the text table, used for things like project description
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[TooltipPlugin("SuperOffice:text", new string[] { "text_id" })]
public class TextTooltipPlugin : TooltipPluginBase
Constructors
TextTooltipPlugin()
Tooltip provider plugin for the text table, used for things like project description
Declaration
public TextTooltipPlugin()
Fields
TextKey
Tooltip provider plugin for the text table, used for things like project description
Declaration
public const string TextKey = "text_id"
Field Value
Type | Description |
---|---|
string |
Methods
InnerGetTooltipAsync(CancellationToken)
Fetch a text row, and return the text field. Fairly trivial stuff.
Declaration
protected override Task<string> InnerGetTooltipAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<string> |