C# Class TransitApp.Core.ViewModels.AlertsViewModel

Inheritance: BaseViewModel
Afficher le fichier Open project: nycmobiledev/transit-app

Méthodes publiques

Méthode Description
AlertsViewModel ( ) : System
DataCallBack ( object state ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
InitFromBundle ( IMvxBundle parameters ) : void
SaveStateToBundle ( IMvxBundle bundle ) : void

Private Methods

Méthode Description
ExecuteRefreshCommand ( ) : System.Threading.Tasks.Task
UpdateStaleAlerts ( ) : void

Method Details

AlertsViewModel() public méthode

public AlertsViewModel ( ) : System
Résultat System

DataCallBack() public méthode

public DataCallBack ( object state ) : void
state object
Résultat void

InitFromBundle() protected méthode

protected InitFromBundle ( IMvxBundle parameters ) : void
parameters IMvxBundle
Résultat void

SaveStateToBundle() protected méthode

protected SaveStateToBundle ( IMvxBundle bundle ) : void
bundle IMvxBundle
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void