C# Class NinjaCoder.MvvmCross.ViewModels.Options.OptionsViewModel

Defines the OptionsViewModel type.
Inheritance: NinjaCoder.MvvmCross.ViewModels.BaseViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
OptionsViewModel ( IResolverService resolverService, ISettingsService settingsService ) : System.Windows

Initializes a new instance of the OptionsViewModel class.

Méthodes protégées

Méthode Description
OnOk ( ) : void

Called when ok button pressed.

Private Methods

Méthode Description
UpdateSettings ( ) : void

Updates the settings.

Method Details

OnOk() protected méthode

Called when ok button pressed.
protected OnOk ( ) : void
Résultat void

OptionsViewModel() public méthode

Initializes a new instance of the OptionsViewModel class.
public OptionsViewModel ( IResolverService resolverService, ISettingsService settingsService ) : System.Windows
resolverService IResolverService The resolver service.
settingsService ISettingsService The settings service.
Résultat System.Windows