C# Class AjScript.Commands.CompositeCommand

Inheritance: ICommand
Afficher le fichier Open project: ajlopez/AjScript Class Usage Examples

Méthodes publiques

Méthode Description
CompositeCommand ( ICollection commands ) : System
CompositeCommand ( ICollection hoistedCommands, ICollection commands ) : System
Execute ( IContext context ) : void

Method Details

CompositeCommand() public méthode

public CompositeCommand ( ICollection commands ) : System
commands ICollection
Résultat System

CompositeCommand() public méthode

public CompositeCommand ( ICollection hoistedCommands, ICollection commands ) : System
hoistedCommands ICollection
commands ICollection
Résultat System

Execute() public méthode

public Execute ( IContext context ) : void
context IContext
Résultat void