C# Class Gilgame.SEWorkbench.ViewModels.Commands.DelegateCommand

Inheritance: ICommand
Afficher le fichier Open project: gilgame/SEWorkbench Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
DelegateCommand ( System.Action action ) : System
DelegateCommand ( Action action ) : System
DelegateCommand ( Action action ) : System
Execute ( object parameter ) : void

Method Details

CanExecute() public méthode

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

DelegateCommand() public méthode

public DelegateCommand ( System.Action action ) : System
action System.Action
Résultat System

DelegateCommand() public méthode

public DelegateCommand ( Action action ) : System
action Action
Résultat System

DelegateCommand() public méthode

public DelegateCommand ( Action action ) : System
action Action
Résultat System

Execute() public méthode

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