C# Class Effectus.Design.Commands.DelegatingCommand

Inheritance: ICommand
Afficher le fichier Open project: ayende/Effectus

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegatingCommand ( System.Action action, Fact canExecute ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

DelegatingCommand() public méthode

public DelegatingCommand ( System.Action action, Fact canExecute ) : System
action System.Action
canExecute Fact
Résultat System

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void