C# Class VendingMachine.Console.AbstractApplicationRunner

Mostrar archivo Open project: posaunehm/Codersation

Public Properties

Property Type Description
TerminateCommand string

Public Methods

Method Description
Run ( ) : void

Protected Methods

Method Description
AbstractApplicationRunner ( IKernel inKernel ) : System
OnLogUpdated ( string inMessage ) : void
ReadCommand ( ) : string

Private Methods

Method Description
ProcessCommand ( ) : bool

Method Details

AbstractApplicationRunner() protected method

protected AbstractApplicationRunner ( IKernel inKernel ) : System
inKernel IKernel
return System

OnLogUpdated() protected method

protected OnLogUpdated ( string inMessage ) : void
inMessage string
return void

ReadCommand() protected abstract method

protected abstract ReadCommand ( ) : string
return string

Run() public method

public Run ( ) : void
return void

Property Details

TerminateCommand public_oe static_oe property

public static string TerminateCommand
return string