Show / Hide Table of Contents

Class PersonNoteTooltipPlugin

Tooltip provider for 'paperclip' notes for persons

Inheritance
object
TooltipPluginBase
NoteTooltipBase
PersonNoteTooltipPlugin
Inherited Members
NoteTooltipBase.TextTable
NoteTooltipBase.InnerGetTooltipAsync(CancellationToken)
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:personnote", new string[] { "personnote_id" })]
public class PersonNoteTooltipPlugin : NoteTooltipBase

Constructors

PersonNoteTooltipPlugin()

Tooltip provider for 'paperclip' notes for persons

Declaration
public PersonNoteTooltipPlugin()

Fields

PersonNoteKey

Tooltip provider for 'paperclip' notes for persons

Declaration
public const string PersonNoteKey = "personnote_id"
Field Value
Type Description
string

Methods

SetupQuery(Select, int)

Tooltip provider for 'paperclip' notes for persons

Declaration
protected override void SetupQuery(Select query, int id)
Parameters
Type Name Description
Select query
int id
Overrides
NoteTooltipBase.SetupQuery(Select, int)

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