C# Class SuperSimpleLyncKiosk.ViewModels.Command

Inheritance: ICommand
Afficher le fichier Open project: shanselman/LyncAutoAnswer

Méthodes publiques

Méthode Description
Command ( ) : System
Command ( Action execute ) : System
Command ( Action execute, Boolean>.Func canExecute ) : System
NotifyCanExecuteChanged ( ) : void

Private Methods

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

Method Details

Command() public méthode

public Command ( ) : System
Résultat System

Command() public méthode

public Command ( Action execute ) : System
execute Action
Résultat System

Command() public méthode

public Command ( Action execute, Boolean>.Func canExecute ) : System
execute Action
canExecute Boolean>.Func
Résultat System

NotifyCanExecuteChanged() public méthode

public NotifyCanExecuteChanged ( ) : void
Résultat void