Class LayoutDesigner.LockDesign
Inheritance
LayoutDesigner.LockDesign
Implements
Inherited Members
Namespace: LemonEdge.Client.Core.Views.Controllers.ToolWindows
Assembly: LemonEdge.ClientEntities.dll
Syntax
public class LayoutDesigner.LockDesign : SingleToggleCommand, IHasChildren<EPCommandWithDescriptor>, IHasChildren, IDisposable, IEPCommandWithDescriptor, IEPCommand, ICommand, ICommandDescriptor
Constructors
LockDesign(IRootController, Func<IModelLayoutDisplayer>, Action<bool>)
Declaration
public LockDesign(IRootController root, Func<IModelLayoutDisplayer> currentDisplayer, Action<bool> onLayoutChanged)
Parameters
Type | Name | Description |
---|---|---|
IRootController | root | |
Func<IModelLayoutDisplayer> | currentDisplayer | |
Action<bool> | onLayoutChanged |
Properties
Description
A user friendly description of this command
Declaration
public override string Description { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IconID
Declaration
public override Guid IconID { get; }
Property Value
Type | Description |
---|---|
Guid |
Overrides
InExecuteCanToggle
Returns if this command can execute the toggle action. Default is true.
Declaration
protected override bool InExecuteCanToggle { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
OverlayIconID
On some clients another image can be overlayed on the bottom right of the main icon (for indicating add, remove, etc)
This optional overlay image can be specified here, either a ImageType or ImageID
Declaration
public override Guid? OverlayIconID { 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
InternalExecuteAsync(object)
You must override InternalExecuteAsync(object) or InternalExecute(object) in order to implement your commands action
Declaration
public override Task InternalExecuteAsync(object parameter)
Parameters
Type | Name | Description |
---|---|---|
object | parameter | The command parameter |
Returns
Type | Description |
---|---|
Task |