C# Class Server.Commands.Generic.DeleteCommand

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

Méthodes publiques

Méthode Description
DeleteCommand ( ) : System
Execute ( CommandEventArgs e, object obj ) : void
ExecuteList ( CommandEventArgs e, ArrayList list ) : void

Private Methods

Méthode Description
OnConfirmCallback ( Mobile from, bool okay, object state ) : void

Method Details

DeleteCommand() public méthode

public DeleteCommand ( ) : System
Résultat System

Execute() public méthode

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

ExecuteList() public méthode

public ExecuteList ( CommandEventArgs e, ArrayList list ) : void
e CommandEventArgs
list System.Collections.ArrayList
Résultat void