C# Class NDG.ViewModels.Helpers.WaitingCommand

Inheritance: ICommand
Afficher le fichier Open project: nokiadatagathering/WP7-Official

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
RaiseCanExecuteChanged ( ) : void
WaitingCommand ( System.Action execute ) : System
WaitingCommand ( System.Action execute, Func canExecute ) : 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

RaiseCanExecuteChanged() public méthode

public RaiseCanExecuteChanged ( ) : void
Résultat void

WaitingCommand() public méthode

public WaitingCommand ( System.Action execute ) : System
execute System.Action
Résultat System

WaitingCommand() public méthode

public WaitingCommand ( System.Action execute, Func canExecute ) : System
execute System.Action
canExecute Func
Résultat System