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
    System.Object
    ToolWindowItem
    ToolWindowItemForSingleTabOrGridSelectedItem
    CommentsToolWindow
    DataSourcesToolWindow
    DocumentsToolWindow
    EntityTagsToolWindow
    ItemTasksToolWindow
    NotificationsToolWindow
    PermissionsToolWindow
    WatchersToolWindow
    Inherited Members
    ToolWindowItem.Label
    ToolWindowItem.LayoutDiplayName
    ToolWindowItem.ImageID
    ToolWindowItem.Displayer
    ToolWindowItem.UsesDisplayerContext
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Core.Views.Core
    Assembly: ClientCore.dll
    Syntax
    public abstract class ToolWindowItemForSingleTabOrGridSelectedItem : ToolWindowItem

    Constructors

    ToolWindowItemForSingleTabOrGridSelectedItem(IModelLayoutDisplayer)

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

    Declaration
    public ToolWindowItemForSingleTabOrGridSelectedItem(IModelLayoutDisplayer displayer)
    Parameters
    Type Name Description
    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

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.