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

Defines the OptionsViewModel type.
Inheritance: NinjaCoder.MvvmCross.ViewModels.BaseViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
OptionsViewModel ( IResolverService resolverService, ISettingsService settingsService ) : System.Windows

Initializes a new instance of the OptionsViewModel class.

Protected Methods

Method Description
OnOk ( ) : void

Called when ok button pressed.

Private Methods

Method Description
UpdateSettings ( ) : void

Updates the settings.

Method Details

OnOk() protected method

Called when ok button pressed.
protected OnOk ( ) : void
return void

OptionsViewModel() public method

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.
return System.Windows