Table of Contents

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
object
NodeEditorCommandScope
Implements

Properties

Name

Gets the name of the scope.

public string Name { get; }

Property Value

string

NodeEditorCommands

Gets a read only collection of commands in the scope.

public ReadOnlyCollection<INodeEditorCommand> NodeEditorCommands { get; }

Property Value

ReadOnlyCollection<INodeEditorCommand>

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()