C# Class VendingMachine.Console.CommandRunnerRepository

Inheritance: IRunnerRepository
Show file Open project: posaunehm/Codersation

Private Properties

Property Type Description
CommandRunnerRepository System
IRunnerRepository System.Action
NotifyPurchaseLogs void
OnLogUpdated void
RackStatusToString string

Private Methods

Method Description
CommandRunnerRepository ( IEnumerable inHelp ) : System
IRunnerRepository ( IParseResult inResult, ConsoleLogEventHandler inEvent ) : System.Action
NotifyPurchaseLogs ( int inPosition, ItemRackState inState, ConsoleLogEventHandler inEvent ) : void
OnLogUpdated ( ConsoleLogEventHandler inEvent, string inMessage ) : void
RackStatusToString ( ItemRackState inState ) : string