C# Class openhabUWP.ViewModels.SitemapsPageViewModel

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

Public Methods

Method 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

Method Description
LoadSitemaps ( ) : void
SitemapTapped ( Sitemap obj ) : 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

SitemapsPageViewModel() public method

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
return System.Collections.Generic