Interface IProfileEditorCommand
Represents a command that can be executed and if needed, undone
Namespace: Artemis.UI.Shared.Services.ProfileEditor
Assembly: Artemis.UI.Shared.dll
Syntax
public interface IProfileEditorCommandProperties
DisplayName
Gets the name of the command
Declaration
string DisplayName { get; }Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Execute()
Executes the command
Declaration
void Execute()Undo()
Undoes the command
Declaration
void Undo()