Class AppointmentNoteTooltipPlugin
Tooltip provider for 'paperclip' notes for appointments, i.e., day notes in the diary
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.dll
Syntax
[TooltipPlugin("SuperOffice:appointmentnote", new string[]{"appointmentnote_id"})]
public class AppointmentNoteTooltipPlugin : NoteTooltipBase, ITooltipProviderPlugin, IPlugin
Constructors
AppointmentNoteTooltipPlugin()
Tooltip provider for 'paperclip' notes for appointments, i.e., day notes in the diary
Declaration
public AppointmentNoteTooltipPlugin()
Fields
AppointmentNoteKey
Tooltip provider for 'paperclip' notes for appointments, i.e., day notes in the diary
Declaration
public const string AppointmentNoteKey = "appointmentnote_id"
Field Value
Type | Description |
---|---|
String |
Methods
SetupQuery(Select, Int32)
Tooltip provider for 'paperclip' notes for appointments, i.e., day notes in the diary
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)