C# 클래스 AuthecoConsole.Command2

Represents a command line command of the Autheco
파일 보기 프로젝트 열기: cental/PatternSim 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
desc string
name string

공개 메소드들

메소드 설명
Command2 ( ) : System
run ( string args ) : void

보호된 메소드들

메소드 설명
check ( string args, Command2 options ) : void
init ( ) : void
run ( ) : void

비공개 메소드들

메소드 설명
GetUsage ( ) : string

메소드 상세

Command2() 공개 메소드

public Command2 ( ) : System
리턴 System

check() 보호된 메소드

protected check ( string args, Command2 options ) : void
args string
options Command2
리턴 void

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

protected abstract init ( ) : void
리턴 void

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

protected abstract run ( ) : void
리턴 void

run() 공개 메소드

public run ( string args ) : void
args string
리턴 void

프로퍼티 상세

desc 공개적으로 프로퍼티

public string desc
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string