C# 클래스 Busker.Data.Commands.Command

The 'Command' abstract class
파일 보기 프로젝트 열기: shendongnian/code

공개 프로퍼티들

프로퍼티 타입 설명
LoggingLevel LoggingLevel

공개 메소드들

메소드 설명
Execute ( ) : void
FailedSubCommand ( Command cmd ) : void
IsValid ( ) : bool

메소드 상세

Execute() 공개 추상적인 메소드

public abstract Execute ( ) : void
리턴 void

FailedSubCommand() 공개 메소드

public FailedSubCommand ( Command cmd ) : void
cmd Command
리턴 void

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

프로퍼티 상세

LoggingLevel 공개적으로 프로퍼티

public LoggingLevel LoggingLevel
리턴 LoggingLevel