C# Class KeyCommandsLab.InputBindingCommand

Inheritance: ICommand
Afficher le fichier Open project: danielwertheim/InputBindingCommand-Lab

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
If ( Func canExecutePredicate ) : InputBindingCommand
If ( bool>.Func canExecutePredicate ) : InputBindingCommand
InputBindingCommand ( System.Action executeDelegate ) : System
InputBindingCommand ( Action executeDelegate ) : System

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

If() public méthode

public If ( Func canExecutePredicate ) : InputBindingCommand
canExecutePredicate Func
Résultat InputBindingCommand

If() public méthode

public If ( bool>.Func canExecutePredicate ) : InputBindingCommand
canExecutePredicate bool>.Func
Résultat InputBindingCommand

InputBindingCommand() public méthode

public InputBindingCommand ( System.Action executeDelegate ) : System
executeDelegate System.Action
Résultat System

InputBindingCommand() public méthode

public InputBindingCommand ( Action executeDelegate ) : System
executeDelegate Action
Résultat System