C# 클래스 VendingMachine.Console.AbstractApplicationRunner

파일 보기 프로젝트 열기: posaunehm/Codersation

공개 프로퍼티들

프로퍼티 타입 설명
TerminateCommand string

공개 메소드들

메소드 설명
Run ( ) : void

보호된 메소드들

메소드 설명
AbstractApplicationRunner ( IKernel inKernel ) : System
OnLogUpdated ( string inMessage ) : void
ReadCommand ( ) : string

비공개 메소드들

메소드 설명
ProcessCommand ( ) : bool

메소드 상세

AbstractApplicationRunner() 보호된 메소드

protected AbstractApplicationRunner ( IKernel inKernel ) : System
inKernel IKernel
리턴 System

OnLogUpdated() 보호된 메소드

protected OnLogUpdated ( string inMessage ) : void
inMessage string
리턴 void

ReadCommand() 보호된 추상적인 메소드

protected abstract ReadCommand ( ) : string
리턴 string

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

TerminateCommand 공개적으로 정적으로 프로퍼티

public static string TerminateCommand
리턴 string