C# Class Forecast.it.Infrastructure.RoutedCommand

Inheritance: ICommand
Afficher le fichier Open project: xxblancxx/ForecastIt

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RoutedCommand ( Action h, Func c = null ) : System
RoutedCommand ( Action h, bool>.Func c = null ) : 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

RoutedCommand() public méthode

public RoutedCommand ( Action h, Func c = null ) : System
h Action
c Func
Résultat System

RoutedCommand() public méthode

public RoutedCommand ( Action h, bool>.Func c = null ) : System
h Action
c bool>.Func
Résultat System