C# Class Unite.UI.ViewModels.SendMessageCommand

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
SendMessageCommand ( System.Action onSendMessage ) : 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

SendMessageCommand() public méthode

public SendMessageCommand ( System.Action onSendMessage ) : System
onSendMessage System.Action
Résultat System