Class AppointmentMotherTooltipPlugin
Tooltip plugin for the 'appointmentMotherId', which will fetch a list of participants in the given meeting. Participants are grouped by company and ordered/formatted according to standard person preferences.
Inherited Members
Namespace: SuperOffice.CRM.Tooltips
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[TooltipPlugin("SuperOffice:AppointmentMotherId", new string[] { "appointmentMother_id" })]
public class AppointmentMotherTooltipPlugin : TooltipPluginBase
Constructors
AppointmentMotherTooltipPlugin()
Tooltip plugin for the 'appointmentMotherId', which will fetch a list of participants in the given meeting. Participants are grouped by company and ordered/formatted according to standard person preferences.
Declaration
public AppointmentMotherTooltipPlugin()
Fields
AppointmentMotherIdHint
Tooltip plugin for the 'appointmentMotherId', which will fetch a list of participants in the given meeting. Participants are grouped by company and ordered/formatted according to standard person preferences.
Declaration
public const string AppointmentMotherIdHint = "appointmentMother_id"
Field Value
Type | Description |
---|---|
string |
Methods
InnerGetTooltipAsync(CancellationToken)
Tooltip method for the 'appointmentMotherId', which will fetch a list of participants in the given meeting. Participants are grouped by company and ordered/formatted according to standard person preferences.
Declaration
protected override Task<string> InnerGetTooltipAsync(CancellationToken cancellationToken)
Parameters
Type | Name | Description |
---|---|---|
CancellationToken | cancellationToken |
Returns
Type | Description |
---|---|
Task<string> |