C# Class NinjaCoder.MvvmCross.ViewModels.AddProjects.NinjaCoderOptionsViewModel

Defines the NinjaCoderOptionsViewModel type.
Inheritance: NugetPackagesBaseViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
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).

Method Details

NinjaCoderOptionsViewModel() public method

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.
return System.Collections.Generic

OnInitialize() public method

Called when [initialize].
public OnInitialize ( ) : void
return void

OnNext() public method

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
return Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier