C# Class Unite.UI.ViewModels.ReceiveMessagesCommand

Inheritance: ICommand
Afficher le fichier Open project: jcbozonier/irontwit Class Usage Examples

Méthodes publiques

Méthode Description
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void
Execute ( object parameter, Action webExceptionHandler ) : void
ReceiveMessagesCommand ( System.Action onExecute ) : 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

Execute() public méthode

public Execute ( object parameter, Action webExceptionHandler ) : void
parameter object
webExceptionHandler Action
Résultat void

ReceiveMessagesCommand() public méthode

public ReceiveMessagesCommand ( System.Action onExecute ) : System
onExecute System.Action
Résultat System