C# Class Exrin.Framework.RelayCommand

Inheritance: ICommand, IRelayCommand
Afficher le fichier Open project: exrin/Exrin

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RelayCommand ( Action action ) : Abstraction
RelayCommand ( Task>.Func action ) : Abstraction

Method Details

CanExecute() public méthode

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

Execute() public méthode

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

RelayCommand() public méthode

public RelayCommand ( Action action ) : Abstraction
action Action
Résultat Abstraction

RelayCommand() public méthode

public RelayCommand ( Task>.Func action ) : Abstraction
action Task>.Func
Résultat Abstraction