Table of Contents

Interface INodeEditorCommand

Namespace
Artemis.UI.Shared.Services.NodeEditor
Assembly
Artemis.UI.Shared.dll

Represents a command that can be executed and if needed, undone

public interface INodeEditorCommand

Properties

DisplayName

Gets the name of the command

string DisplayName { get; }

Property Value

string

Methods

Execute()

Executes the command

void Execute()

Undo()

Undoes the command

void Undo()