C# Class andrena.Usus.net.View.ViewModels.Command

Inheritance: ICommand
Afficher le fichier Open project: usus/Usus.NET

Méthodes publiques

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

Method Details

CanExecute() public méthode

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

Command() public méthode

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

Execute() public méthode

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