Search Results for

    Show / Hide Table of Contents

    Class ToolWindowItemForSingleTabOrGridSelectedItem

    The base item that is used for an Item in a DisplayableItemDescriptorForToolWindow instance that works against either the IModelLayoutDisplayer main displayed item, or the current selected item within a grid within the layout

    Inheritance
    object
    ToolWindowItem
    ToolWindowItemForSingleTabOrGridSelectedItem
    CommentsToolWindow
    DataSourcesToolWindow
    DocumentsToolWindow
    EntityTagsToolWindow
    ItemTasksToolWindow
    NotificationsToolWindow
    PermissionsToolWindow
    RelationshipsToolWindow
    WatchersToolWindow
    Inherited Members
    ToolWindowItem.RootController
    ToolWindowItem.Label
    ToolWindowItem.LayoutDiplayName
    ToolWindowItem.ImageID
    ToolWindowItem.Displayer
    ToolWindowItem.UsesDisplayerContext
    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 abstract class ToolWindowItemForSingleTabOrGridSelectedItem : ToolWindowItem

    Constructors

    ToolWindowItemForSingleTabOrGridSelectedItem(IRootController)

    Creates a new tool window item for working with a single tab or grid item

    Declaration
    protected ToolWindowItemForSingleTabOrGridSelectedItem(IRootController rootController)
    Parameters
    Type Name Description
    IRootController rootController

    The app controller, for service access

    ToolWindowItemForSingleTabOrGridSelectedItem(IRootController, IModelLayoutDisplayer)

    Creates a new tool window item for working with a single tab or grid item

    Declaration
    protected ToolWindowItemForSingleTabOrGridSelectedItem(IRootController rootController, IModelLayoutDisplayer displayer)
    Parameters
    Type Name Description
    IRootController rootController

    The app controller, for service access

    IModelLayoutDisplayer displayer

    The initial active layout displayer this tool window item is for

    Properties

    Descriptor

    The type of entity item this tool window works against in terms of the entity against the IModelLayoutDisplayer or the selected item within a grid within the displayer

    Declaration
    public abstract EntityDescriptor Descriptor { get; }
    Property Value
    Type Description
    EntityDescriptor

    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.