C# 클래스 Coinium.Core.Commands.CommandGroup

파일 보기 프로젝트 열기: Ziftr/CoiniumServ

공개 메소드들

메소드 설명
GetHelp ( string command ) : string
Handle ( string parameters ) : string
Register ( CommandGroupAttribute attributes ) : void

보호된 메소드들

메소드 설명
GetDefaultSubcommand ( ) : CommandAttribute
GetSubcommand ( string name ) : CommandAttribute

비공개 메소드들

메소드 설명
Fallback ( string @params = null ) : string
RegisterCommands ( ) : void
RegisterDefaultCommand ( ) : void

메소드 상세

GetDefaultSubcommand() 보호된 메소드

protected GetDefaultSubcommand ( ) : CommandAttribute
리턴 CommandAttribute

GetHelp() 공개 메소드

public GetHelp ( string command ) : string
command string
리턴 string

GetSubcommand() 보호된 메소드

protected GetSubcommand ( string name ) : CommandAttribute
name string
리턴 CommandAttribute

Handle() 공개 메소드

public Handle ( string parameters ) : string
parameters string
리턴 string

Register() 공개 메소드

public Register ( CommandGroupAttribute attributes ) : void
attributes CommandGroupAttribute
리턴 void