Class NoteTooltipBase
Base class for tooltip providers for notes - i.e., the paperclips in various cards as well as day notes in the diary
Inheritance
NoteTooltipBase
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
public abstract class NoteTooltipBase : TooltipPluginBase, ITooltipProviderPlugin, IPlugin
Constructors
NoteTooltipBase(String)
Base class for tooltip providers for notes - i.e., the paperclips in various cards as well as day notes in the diary
Declaration
protected NoteTooltipBase(string key)
Parameters
Type | Name | Description |
---|---|---|
String | key |
Fields
TextTable
Base class for tooltip providers for notes - i.e., the paperclips in various cards as well as day notes in the diary
Declaration
protected TextTableInfo TextTable
Field Value
Type | Description |
---|---|
TextTableInfo |
Methods
InnerGetTooltip()
Base class for tooltip providers for notes - i.e., the paperclips in various cards as well as day notes in the diary
Declaration
protected override string InnerGetTooltip()
Returns
Type | Description |
---|---|
String |
Overrides
SetupQuery(Select, Int32)
Base class for tooltip providers for notes - i.e., the paperclips in various cards as well as day notes in the diary
Declaration
protected abstract void SetupQuery(Select query, int id)
Parameters
Type | Name | Description |
---|---|---|
Select | query | |
Int32 | id |
Extension Methods
EnumUtil.MapEnums<From, To>(From)