Table of Contents

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

Properties

Name

Gets the name of the scope.

public string Name { get; }

Property Value

string

ProfileEditorCommands

Gets a read only collection of commands in the scope.

public ReadOnlyCollection<IProfileEditorCommand> ProfileEditorCommands { get; }

Property Value

ReadOnlyCollection<IProfileEditorCommand>

Methods

Dispose()

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

public void Dispose()