Search Results for

    Show / Hide Table of Contents

    Class EntityTagsToolWindow

    The tool window Item used to display a EntityTags tool window

    Inheritance
    object
    ToolWindowItem
    ToolWindowItemForSingleTabOrGridSelectedItem
    EntityTagsToolWindow
    Inherited Members
    ToolWindowItem.RootController
    ToolWindowItem.Displayer
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: LemonEdge.ClientCore.dll
    Syntax
    public class EntityTagsToolWindow : ToolWindowItemForSingleTabOrGridSelectedItem

    Constructors

    EntityTagsToolWindow(IRootController)

    Creates a new tool window item for the entity tags tool window

    Declaration
    [ActivatorUtilitiesConstructor]
    public EntityTagsToolWindow(IRootController rootController)
    Parameters
    Type Name Description
    IRootController rootController

    The app controller, for service access

    EntityTagsToolWindow(IRootController, IModelLayoutDisplayer)

    Creates a new tool window item for the entity tags tool window with the specified current active IModelLayoutDisplayer to work against

    Declaration
    public EntityTagsToolWindow(IRootController rootController, IModelLayoutDisplayer displayer)
    Parameters
    Type Name Description
    IRootController rootController

    The app controller, for service access

    IModelLayoutDisplayer displayer

    The current active displayer to work against

    Fields

    PARAM_ENTITYTAGS

    The layout name this item requires to be displayed

    Available so a DefaultLayoutGenerator can be implemented to create a custom layout specifically for this item

    Declaration
    public const string PARAM_ENTITYTAGS = "EntityTags_ToolWindow"
    Field Value
    Type Description
    string

    Properties

    Descriptor

    Indicates this always works with the IEntityTag type

    Declaration
    public override EntityDescriptor Descriptor { get; }
    Property Value
    Type Description
    EntityDescriptor
    Overrides
    ToolWindowItemForSingleTabOrGridSelectedItem.Descriptor

    ImageID

    Returns the tag default image

    Declaration
    public override Guid ImageID { get; }
    Property Value
    Type Description
    Guid
    Overrides
    ToolWindowItem.ImageID

    Label

    Always returns "Tags"

    Declaration
    public override string Label { get; }
    Property Value
    Type Description
    string
    Overrides
    ToolWindowItem.Label

    LayoutDiplayName

    Returns PARAM_ENTITYTAGS

    Declaration
    public override string LayoutDiplayName { get; }
    Property Value
    Type Description
    string
    Overrides
    ToolWindowItem.LayoutDiplayName

    UsesDisplayerContext

    Always returns true as this tool window edits the IEntityTag records associated with the active IModelLayoutDisplayer in their context

    Declaration
    public override bool UsesDisplayerContext { get; }
    Property Value
    Type Description
    bool
    Overrides
    ToolWindowItem.UsesDisplayerContext

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.