C# Class RSSReader.ViewModels.MyCommand

Inheritance: ICommand
Afficher le fichier Open project: ecologylab/ecologylabSemanticsExamples.NET

Méthodes publiques

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

MyCommand() public méthode

public MyCommand ( Action action, Func checkExecutable = null ) : System
action Action
checkExecutable Func
Résultat System

MyCommand() public méthode

public MyCommand ( Action action, bool>.Func checkExecutable = null ) : System
action Action
checkExecutable bool>.Func
Résultat System