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