C# Класс NinjaCoder.MvvmCross.ViewModels.AddProjects.NinjaCoderOptionsViewModel

Defines the NinjaCoderOptionsViewModel type.
Наследование: NugetPackagesBaseViewModel
Показать файл Открыть проект

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

Метод Описание
NinjaCoderOptionsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IPluginFactory pluginFactory, ICachingService cachingService, IProjectFactory projectFactory ) : System.Collections.Generic

Initializes a new instance of the NinjaCoderOptionsViewModel class.

OnInitialize ( ) : void

Called when [initialize].

OnNext ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).

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

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

Initializes a new instance of the NinjaCoderOptionsViewModel class.
public NinjaCoderOptionsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IPluginFactory pluginFactory, ICachingService cachingService, IProjectFactory projectFactory ) : System.Collections.Generic
settingsService ISettingsService The settings service.
pluginsService IPluginsService The plugins service.
pluginFactory IPluginFactory The plugin factory.
cachingService ICachingService The caching service.
projectFactory IProjectFactory The project factory.
Результат System.Collections.Generic

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

Called when [initialize].
public OnInitialize ( ) : void
Результат void

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

For when yous need to save some values that can't be directly bound to UI elements. Not called when moving previous (see WizardViewModel.MoveToNextStep).
public OnNext ( ) : Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier
Результат Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier