Artemis Artemis
Artemis Artemis

Search Results for

    Class ProfileEditorCommandScope

    Represents a scope in which editor commands are executed until disposed.

    Inheritance
    object
    ProfileEditorCommandScope
    Implements
    IDisposable
    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()

    Implements

    IDisposable
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.