C# Class openhabUWP.ViewModels.SplashPageViewModel

Inheritance: ViewModelBase, ISplashPageViewModel
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
SplashPageViewModel ( INavigationService navigationService, IOpenhabDatabase database, IEventAggregator eventAggregator, IResourceLoader resourceLoader ) : System.Collections.Generic

Private Methods

Méthode Description
Check ( ) : void
StartOpenhab ( ) : void
StartSetup ( ) : void
StartSitemap ( ) : 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

SplashPageViewModel() public méthode

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