C# Класс NinjaCoder.MvvmCross.ViewModels.Options.OptionsViewModel

Defines the OptionsViewModel type.
Наследование: NinjaCoder.MvvmCross.ViewModels.BaseViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
OptionsViewModel ( IResolverService resolverService, ISettingsService settingsService ) : System.Windows

Initializes a new instance of the OptionsViewModel class.

Защищенные методы

Метод Описание
OnOk ( ) : void

Called when ok button pressed.

Приватные методы

Метод Описание
UpdateSettings ( ) : void

Updates the settings.

Описание методов

OnOk() защищенный Метод

Called when ok button pressed.
protected OnOk ( ) : void
Результат void

OptionsViewModel() публичный Метод

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.
Результат System.Windows