Class Watchers
This command executes the Watchers system tool window command
Opens the watchers tool window which can show all users/roles/teams currently watching specific items in the currently active layout
See https://help.lemonedge.com/watchers/ for more infoInheritance
Watchers
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.ToolWindows
Assembly: LemonEdge.ClientCore.dll
Syntax
[CommandDescriptorOptions(Command.Watchers, null)]
public class Watchers : ToolWindowToggler, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor
Constructors
Watchers(IRootController, IModelLayoutCommon)
Creates a new Watchers tool window command
Declaration
public Watchers(IRootController root, IModelLayoutCommon host)
Parameters
Type | Name | Description |
---|---|---|
IRootController | root | The root controller, for service access. |
IModelLayoutCommon | host | The context host this command operates within |
Properties
Description
A user friendly description of this command
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
DisplayableToolWindowItemType
Returns the WatchersToolWindow type
Declaration
protected override Type DisplayableToolWindowItemType { get; }
Property Value
Type | Description |
---|---|
Type |
Overrides
IconID
Declaration
public override Guid IconID { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
Title
The title of this command
Declaration
public override string Title { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ToolTip
A user friendly tool tip for this command functionality, by default the Description
Declaration
public override string ToolTip { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
CreateDisplayableItem(IModelLayoutDisplayer)
Returns a new WatchersToolWindow
Declaration
protected override ToolWindowItem CreateDisplayableItem(IModelLayoutDisplayer activeLayout)
Parameters
Type | Name | Description |
---|---|---|
IModelLayoutDisplayer | activeLayout | The currently active layout |
Returns
Type | Description |
---|---|
ToolWindowItem | A new WatchersToolWindow |