Table of Contents

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

Stack<ICommand>

Methods

IsExecutedCommandEmpty()

private bool IsExecutedCommandEmpty()

Returns

bool

Record(ICommand)

public void Record(ICommand command)

Parameters

command ICommand

Rewind()

public void Rewind()