C# Class TransitApp.Core.ViewModels.AlertsViewModel

Inheritance: BaseViewModel
Show file Open project: nycmobiledev/transit-app

Public Methods

Method Description
AlertsViewModel ( ) : System
DataCallBack ( object state ) : void
Start ( ) : void
Stop ( ) : void

Protected Methods

Method Description
InitFromBundle ( IMvxBundle parameters ) : void
SaveStateToBundle ( IMvxBundle bundle ) : void

Private Methods

Method Description
ExecuteRefreshCommand ( ) : System.Threading.Tasks.Task
UpdateStaleAlerts ( ) : void

Method Details

AlertsViewModel() public method

public AlertsViewModel ( ) : System
return System

DataCallBack() public method

public DataCallBack ( object state ) : void
state object
return void

InitFromBundle() protected method

protected InitFromBundle ( IMvxBundle parameters ) : void
parameters IMvxBundle
return void

SaveStateToBundle() protected method

protected SaveStateToBundle ( IMvxBundle bundle ) : void
bundle IMvxBundle
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void