C# 클래스 ConsoleFizzler.Command

상속: ICommand
파일 보기 프로젝트 열기: atifaziz/Fizzler

공개 메소드들

메소드 설명
Run ( string args ) : int

보호된 메소드들

메소드 설명
LoadConfiguration ( ) : void
LoadConfiguration ( string prefix ) : void

Maps application settings into command line arguments.

OnRun ( string args ) : int

메소드 상세

LoadConfiguration() 보호된 메소드

protected LoadConfiguration ( ) : void
리턴 void

LoadConfiguration() 보호된 메소드

Maps application settings into command line arguments.
protected LoadConfiguration ( string prefix ) : void
prefix string
리턴 void

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

protected abstract OnRun ( string args ) : int
args string
리턴 int

Run() 공개 메소드

public Run ( string args ) : int
args string
리턴 int