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