Interface INodeEditorCommand
Represents a command that can be executed and if needed, undone
Namespace: Artemis.UI.Shared.Services.NodeEditor
Assembly: Artemis.UI.Shared.dll
Syntax
public interface INodeEditorCommand
  Properties
DisplayName
Gets the name of the command
Declaration
string DisplayName { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Execute()
Executes the command
Declaration
void Execute()
  Undo()
Undoes the command
Declaration
void Undo()