Class SelectionNoteTooltipPlugin
Tooltip provider for 'paperclip' notes for selection
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:selectionnote", new string[]{"selectionnote_id"})]
public class SelectionNoteTooltipPlugin : NoteTooltipBase, ITooltipProviderPlugin, IPlugin
Constructors
SelectionNoteTooltipPlugin()
Tooltip provider for 'paperclip' notes for selection
Declaration
public SelectionNoteTooltipPlugin()
Fields
SelectionNoteKey
Tooltip provider for 'paperclip' notes for selection
Declaration
public const string SelectionNoteKey = "selectionnote_id"
Field Value
Type | Description |
---|---|
String |
Methods
SetupQuery(Select, Int32)
Tooltip provider for 'paperclip' notes for selection
Declaration
protected override void SetupQuery(Select query, int id)
Parameters
Type | Name | Description |
---|---|---|
Select | query | |
Int32 | id |
Overrides
Extension Methods
EnumUtil.MapEnums<From, To>(From)