C# Class openhabUWP.ViewModels.SitemapsPageViewModel

Inheritance: ViewModelBase, ISitemapsPageViewModel
Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void
SitemapsPageViewModel ( IResourceLoader resourceLoader, INavigationService navigationService, IOpenhabDatabase database, IEventAggregator eventAggregator, IRestService restService ) : System.Collections.Generic

Private Methods

Méthode Description
LoadSitemaps ( ) : void
SitemapTapped ( Sitemap obj ) : void

Method Details

OnNavigatedTo() public méthode

public OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
e NavigatedToEventArgs
viewModelState object>.Dictionary
Résultat void

OnNavigatingFrom() public méthode

public OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void
e NavigatingFromEventArgs
viewModelState object>.Dictionary
suspending bool
Résultat void

SitemapsPageViewModel() public méthode

public SitemapsPageViewModel ( IResourceLoader resourceLoader, INavigationService navigationService, IOpenhabDatabase database, IEventAggregator eventAggregator, IRestService restService ) : System.Collections.Generic
resourceLoader IResourceLoader
navigationService INavigationService
database IOpenhabDatabase
eventAggregator IEventAggregator
restService IRestService
Résultat System.Collections.Generic