Show / Hide Table of Contents

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.

Inheritance
object
TooltipPluginBase
AppointmentMotherTooltipPlugin
Inherited Members
TooltipPluginBase.ImageHint
TooltipPluginBase.SimpleHint
TooltipPluginBase.UpdatedHint
TooltipPluginBase.GetTooltipAsync(Dictionary<string, List<string>>, CancellationToken)
TooltipPluginBase.TryGetIntHint(string, out int)
TooltipPluginBase.TryGetStringHint(string, out string)
TooltipPluginBase.TryGetBoolHint(string, out bool)
TooltipPluginBase.TryGetDateHint(string, out DateTime)
TooltipPluginBase.GetRawValues(string)
TooltipPluginBase.MakeImageHint(string, int)
TooltipPluginBase.RemoveBlankLines(string)
TooltipPluginBase.FormatDescriptionText(string)
TooltipPluginBase.Hints
TooltipPluginBase.WantImages
TooltipPluginBase.WantSimple
TooltipPluginBase.WantUpdated
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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>
Overrides
TooltipPluginBase.InnerGetTooltipAsync(CancellationToken)

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top