C# Class Coinium.Core.Commands.CommandGroup

Afficher le fichier Open project: Ziftr/CoiniumServ

Méthodes publiques

Méthode Description
GetHelp ( string command ) : string
Handle ( string parameters ) : string
Register ( CommandGroupAttribute attributes ) : void

Méthodes protégées

Méthode Description
GetDefaultSubcommand ( ) : CommandAttribute
GetSubcommand ( string name ) : CommandAttribute

Private Methods

Méthode Description
Fallback ( string @params = null ) : string
RegisterCommands ( ) : void
RegisterDefaultCommand ( ) : void

Method Details

GetDefaultSubcommand() protected méthode

protected GetDefaultSubcommand ( ) : CommandAttribute
Résultat CommandAttribute

GetHelp() public méthode

public GetHelp ( string command ) : string
command string
Résultat string

GetSubcommand() protected méthode

protected GetSubcommand ( string name ) : CommandAttribute
name string
Résultat CommandAttribute

Handle() public méthode

public Handle ( string parameters ) : string
parameters string
Résultat string

Register() public méthode

public Register ( CommandGroupAttribute attributes ) : void
attributes CommandGroupAttribute
Résultat void