C# Class openhabUWP.ViewModels.SplashPageViewModel

Inheritance: ViewModelBase, ISplashPageViewModel
显示文件 Open project: altima/openhabUWP

Public Methods

Method 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

Method Description
Check ( ) : void
StartOpenhab ( ) : void
StartSetup ( ) : void
StartSitemap ( ) : void

Method Details

OnNavigatedTo() public method

public OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
e NavigatedToEventArgs
viewModelState object>.Dictionary
return void

OnNavigatingFrom() public method

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

SplashPageViewModel() public method

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