C# Class Treefrog.Presentation.Commands.CompoundCommand

Inheritance: Command
显示文件 Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method 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 method

public AddCommand ( Command command ) : void
command Command
return void

CompoundCommand() public method

public CompoundCommand ( ) : System.Collections.Generic
return System.Collections.Generic

CompoundCommand() public method

public CompoundCommand ( Command command ) : System.Collections.Generic
command Command
return System.Collections.Generic

CompoundCommand() public method

public CompoundCommand ( IEnumerable commands ) : System.Collections.Generic
commands IEnumerable
return System.Collections.Generic

Execute() public method

public Execute ( ) : void
return void

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void