C# 클래스 Ntreev.Library.Commands.CommandBase

상속: ICommand
파일 보기 프로젝트 열기: NtreevSoft/CommandLineParser

Private Properties

프로퍼티 타입 설명
ICommand void

보호된 메소드들

메소드 설명
CommandBase ( string name ) : System
CommandBase ( string name, bool allowEmptyArguments ) : System
OnExecute ( ) : void

비공개 메소드들

메소드 설명
ICommand ( ) : void

메소드 상세

CommandBase() 보호된 메소드

protected CommandBase ( string name ) : System
name string
리턴 System

CommandBase() 보호된 메소드

protected CommandBase ( string name, bool allowEmptyArguments ) : System
name string
allowEmptyArguments bool
리턴 System

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

protected abstract OnExecute ( ) : void
리턴 void