Class Documents
This command executes the Documents system tool window command
Opens the documents tool window which can show files stored against items in the currently active layout
See https://help.lemonedge.com/documents/ for more infoInheritance
Documents
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Commands.ToolWindows
Assembly: LemonEdge.ClientCore.dll
Syntax
[CommandDescriptorOptions(Command.Documents, null)]
public class Documents : ToolWindowToggler, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor
Constructors
Documents(IRootController, IModelLayoutCommon)
Creates a new Documents tool window command
Declaration
public Documents(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 DocumentsToolWindow 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 DocumentsToolWindow
Declaration
protected override ToolWindowItem CreateDisplayableItem(IModelLayoutDisplayer activeLayout)
Parameters
Type | Name | Description |
---|---|---|
IModelLayoutDisplayer | activeLayout | The currently active layout |
Returns
Type | Description |
---|---|
ToolWindowItem | A new DocumentsToolWindow |