C# Class DDDLanguage.RelayCommand

Inheritance: ICommand
Afficher le fichier Open project: ngs-doo/dsl-compiler-client

Méthodes publiques

Méthode Description
RelayCommand ( System.Action execute ) : System
RelayCommand ( System.Action execute, Func canExecute ) : System
RelayCommand ( Action execute, Func canExecute ) : System

Private Methods

Méthode Description
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void

Method Details

RelayCommand() public méthode

public RelayCommand ( System.Action execute ) : System
execute System.Action
Résultat System

RelayCommand() public méthode

public RelayCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
Résultat System

RelayCommand() public méthode

public RelayCommand ( Action execute, Func canExecute ) : System
execute Action
canExecute Func
Résultat System