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