Class CommandRecorder
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Runtime.dll
public class CommandRecorder
- Inheritance
-
CommandRecorder
- Extension Methods
Properties
ExecutedCommandsStack
private Stack<ICommand> ExecutedCommandsStack { get; set; }
Property Value
Methods
IsExecutedCommandEmpty()
private bool IsExecutedCommandEmpty()
Returns
Record(ICommand)
public void Record(ICommand command)
Parameters
commandICommand
Rewind()
public void Rewind()