C# Class Jellyfish.Commands.RequestLog

Mostra file Open project: Zenasoft/Jellyfish.Commands Class Usage Examples

Public Methods

Method Description
AddExecutedCommand ( IServiceCommandInfo command ) : void
GetAllExecutedCommands ( ) : IEnumerable
GetExecutedCommandsAsString ( ) : string

Private Methods

Method Description
RequestLog ( ) : System

Method Details

AddExecutedCommand() public method

public AddExecutedCommand ( IServiceCommandInfo command ) : void
command IServiceCommandInfo
return void

GetAllExecutedCommands() public method

public GetAllExecutedCommands ( ) : IEnumerable
return IEnumerable

GetExecutedCommandsAsString() public method

public GetExecutedCommandsAsString ( ) : string
return string