C# Class Server.Commands.Generic.DeleteCommand

Inheritance: Server.Commands.Generic.BaseCommand
显示文件 Open project: Grimoric/RunUO.T2A

Public Methods

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

Private Methods

Method Description
OnConfirmCallback ( Mobile from, bool okay, object state ) : void

Method Details

DeleteCommand() public method

public DeleteCommand ( ) : System
return System

Execute() public method

public Execute ( CommandEventArgs e, object obj ) : void
e CommandEventArgs
obj object
return void

ExecuteList() public method

public ExecuteList ( CommandEventArgs e, ArrayList list ) : void
e CommandEventArgs
list System.Collections.ArrayList
return void