Class SimpleCommandExecutor
Executes IUndoCommands without any additional handling.
public class SimpleCommandExecutor : ICommandExecutor
- Inheritance
-
SimpleCommandExecutor
- Implements
- Extension Methods
Properties
Path
The path of the file the data structure being modified was loaded from. null
if none.
public string? Path { get; set; }
Property Value
Methods
Execute(IUndoCommand)
Executes an IUndoCommand and stores it for later undo-operations.
public void Execute(IUndoCommand command)
Parameters
command
IUndoCommandThe command to be executed.