C# Class openhabUWP.ViewModels.SetupPageViewModel

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

Public Methods

Method Description
OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void
SetupPageViewModel ( IOpenhabDatabase database, INavigationService navigationService, IRestService restService, IEventAggregator eventAggregator ) : System

Private Methods

Method Description
Check ( ) : void
DemoMode ( ) : void
Load ( ) : void
Next ( ) : void
Save ( ) : void
Search ( ) : void
ServerSelected ( string 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

SetupPageViewModel() public method

public SetupPageViewModel ( IOpenhabDatabase database, INavigationService navigationService, IRestService restService, IEventAggregator eventAggregator ) : System
database IOpenhabDatabase
navigationService INavigationService
restService IRestService
eventAggregator IEventAggregator
return System