Class WatchersToolWindow
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Core
Assembly: LemonEdge.ClientCore.dll
Syntax
public class WatchersToolWindow : ToolWindowItemForSingleTabOrGridSelectedItem
Constructors
WatchersToolWindow(IRootController)
Creates a new tool window item for the watchers tool window
Declaration
[ActivatorUtilitiesConstructor]
public WatchersToolWindow(IRootController rootController)
Parameters
Type | Name | Description |
---|---|---|
IRootController | rootController | The app controller, for service access |
WatchersToolWindow(IRootController, IModelLayoutDisplayer)
Creates a new tool window item for the watchers tool window with the specified current active IModelLayoutDisplayer to work against
Declaration
public WatchersToolWindow(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_WATCHERS
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_WATCHERS = "Watchers_ToolWindow"
Field Value
Type | Description |
---|---|
string |
Properties
Descriptor
Indicates this always works with the IWatcher type
Declaration
public override EntityDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
EntityDescriptor |
Overrides
ImageID
Returns the eye default image
Declaration
public override Guid ImageID { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Label
Always returns "Watchers"
Declaration
public override string Label { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
LayoutDiplayName
Returns PARAM_WATCHERS
Declaration
public override string LayoutDiplayName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UsesDisplayerContext
Always returns true as this tool window edits the IWatcher records associated with the active IModelLayoutDisplayer in their context
Declaration
public override bool UsesDisplayerContext { get; }
Property Value
Type | Description |
---|---|
bool |