Show / Hide Table of Contents

Class ProjectNoteTooltipPlugin

Tooltip provider for 'paperclip' notes for projects

Inheritance
object
TooltipPluginBase
NoteTooltipBase
ProjectNoteTooltipPlugin
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:projectnote", new string[] { "projectnote_id" })]
public class ProjectNoteTooltipPlugin : NoteTooltipBase

Constructors

ProjectNoteTooltipPlugin()

Tooltip provider for 'paperclip' notes for projects

Declaration
public ProjectNoteTooltipPlugin()

Fields

ProjectNoteKey

Tooltip provider for 'paperclip' notes for projects

Declaration
public const string ProjectNoteKey = "projectnote_id"
Field Value
Type Description
string

Methods

SetupQuery(Select, int)

Tooltip provider for 'paperclip' notes for projects

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