C# Class Unite.UI.ViewModels.ReceiveMessagesCommand

Inheritance: ICommand
显示文件 Open project: jcbozonier/irontwit Class Usage Examples

Public Methods

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

Execute() public method

public Execute ( object parameter, Action webExceptionHandler ) : void
parameter object
webExceptionHandler Action
return void

ReceiveMessagesCommand() public method

public ReceiveMessagesCommand ( System.Action onExecute ) : System
onExecute System.Action
return System