C# Class Treefrog.Plugins.Tiles.Commands.ModifyAddTileSelectionCommand

Inheritance: Treefrog.Presentation.Commands.Command
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
AddLocations ( IEnumerable locations ) : void
Execute ( ) : void
ModifyAddTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

Method Details

AddLocations() public méthode

public AddLocations ( IEnumerable locations ) : void
locations IEnumerable
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

ModifyAddTileSelectionCommand() public méthode

public ModifyAddTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
selectLayer ITileSelectionLayer
Résultat System.Collections.Generic

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void