C# Class Adroit.Data.Commands.RemoveProjectCommand

Inheritance: ICommand
Afficher le fichier Open project: chergert/adroit Class Usage Examples

Méthodes publiques

Méthode Description
Chain ( ICommand command ) : bool
Do ( ) : void
Undo ( ) : void

Method Details

Chain() public méthode

public Chain ( ICommand command ) : bool
command ICommand
Résultat bool

Do() public méthode

public Do ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void