Class NodeEditorCommandScope
Represents a scope in which editor commands are executed until disposed.
Implements
Namespace: Artemis.UI.Shared.Services.NodeEditor
Assembly: Artemis.UI.Shared.dll
Syntax
public class NodeEditorCommandScope : IDisposable
  Properties
Name
Gets the name of the scope.
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
NodeEditorCommands
Gets a read only collection of commands in the scope.
Declaration
public ReadOnlyCollection<INodeEditorCommand> NodeEditorCommands { get; }
  Property Value
| Type | Description | 
|---|---|
| ReadOnlyCollection<INodeEditorCommand> | 
Methods
Dispose()
Declaration
public void Dispose()