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