C# Class AjScript.Commands.CompositeCommand

Inheritance: ICommand
Mostrar archivo Open project: ajlopez/AjScript Class Usage Examples

Public Methods

Method Description
CompositeCommand ( ICollection commands ) : System
CompositeCommand ( ICollection hoistedCommands, ICollection commands ) : System
Execute ( IContext context ) : void

Method Details

CompositeCommand() public method

public CompositeCommand ( ICollection commands ) : System
commands ICollection
return System

CompositeCommand() public method

public CompositeCommand ( ICollection hoistedCommands, ICollection commands ) : System
hoistedCommands ICollection
commands ICollection
return System

Execute() public method

public Execute ( IContext context ) : void
context IContext
return void