C# Class Forecast.it.Infrastructure.RoutedCommand

Inheritance: ICommand
Datei anzeigen Open project: xxblancxx/ForecastIt

Public Methods

Method 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 method

public CanExecute ( object parameter ) : bool
parameter object
return bool

Execute() public method

public Execute ( object parameter ) : void
parameter object
return void

RoutedCommand() public method

public RoutedCommand ( Action h, Func c = null ) : System
h Action
c Func
return System

RoutedCommand() public method

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