C# Class Treefrog.Presentation.Commands.CompoundCommand

Inheritance: Command
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
AddCommand ( Command command ) : void
CompoundCommand ( ) : System.Collections.Generic
CompoundCommand ( Command command ) : System.Collections.Generic
CompoundCommand ( IEnumerable commands ) : System.Collections.Generic
Execute ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

AddCommand() public méthode

public AddCommand ( Command command ) : void
command Command
Résultat void

CompoundCommand() public méthode

public CompoundCommand ( ) : System.Collections.Generic
Résultat System.Collections.Generic

CompoundCommand() public méthode

public CompoundCommand ( Command command ) : System.Collections.Generic
command Command
Résultat System.Collections.Generic

CompoundCommand() public méthode

public CompoundCommand ( IEnumerable commands ) : System.Collections.Generic
commands IEnumerable
Résultat System.Collections.Generic

Execute() public méthode

public Execute ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void