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
ToolWindowItemForSingleTabOrGridSelectedItem
Inherited Members
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 |