C# Class events4me.ViewModels.HomeViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: josemarluedke/events4me_mobile

Méthodes publiques

Méthode Description
HomeViewModel ( INavigationService navigationService, IEventAggregator events ) : System.Collections.Generic
LoadDataDelayed ( ) : void
Logout ( ) : void
OpenDetails ( Event currentEvent ) : void

Méthodes protégées

Méthode Description
OnViewReady ( object view ) : void

Private Methods

Méthode Description
DelayedLoadData ( int delay ) : void
LoadData ( ) : void

Method Details

HomeViewModel() public méthode

public HomeViewModel ( INavigationService navigationService, IEventAggregator events ) : System.Collections.Generic
navigationService INavigationService
events IEventAggregator
Résultat System.Collections.Generic

LoadDataDelayed() public méthode

public LoadDataDelayed ( ) : void
Résultat void

Logout() public méthode

public Logout ( ) : void
Résultat void

OnViewReady() protected méthode

protected OnViewReady ( object view ) : void
view object
Résultat void

OpenDetails() public méthode

public OpenDetails ( Event currentEvent ) : void
currentEvent Event
Résultat void