Class NodeEditorCommandScope
- Namespace
- Artemis.UI.Shared.Services.NodeEditor
- Assembly
- Artemis.UI.Shared.dll
Represents a scope in which editor commands are executed until disposed.
public class NodeEditorCommandScope : IDisposable
- Inheritance
-
objectNodeEditorCommandScope
- Implements
Properties
Name
Gets the name of the scope.
public string Name { get; }
Property Value
NodeEditorCommands
Gets a read only collection of commands in the scope.
public ReadOnlyCollection<INodeEditorCommand> NodeEditorCommands { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()