C# Class openhabUWP.ViewModels.SetupPageViewModel

Inheritance: ViewModelBase, ISetupPageViewModel
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
SetupPageViewModel ( IOpenhabDatabase database, INavigationService navigationService, IRestService restService, IEventAggregator eventAggregator ) : System

Private Methods

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

SetupPageViewModel() public méthode

public SetupPageViewModel ( IOpenhabDatabase database, INavigationService navigationService, IRestService restService, IEventAggregator eventAggregator ) : System
database IOpenhabDatabase
navigationService INavigationService
restService IRestService
eventAggregator IEventAggregator
Résultat System