C# Class Server.Commands.Generic.AddCommand

Inheritance: Server.Commands.Generic.BaseCommand
Afficher le fichier Open project: Grimoric/RunUO.T2A

Méthodes publiques

Méthode Description
AddCommand ( ) : System
Execute ( CommandEventArgs e, object obj ) : void
ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool

Method Details

AddCommand() public méthode

public AddCommand ( ) : System
Résultat System

Execute() public méthode

public Execute ( CommandEventArgs e, object obj ) : void
e CommandEventArgs
obj object
Résultat void

ValidateArgs() public méthode

public ValidateArgs ( Server.Commands.Generic.BaseCommandImplementor impl, CommandEventArgs e ) : bool
impl Server.Commands.Generic.BaseCommandImplementor
e CommandEventArgs
Résultat bool