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

Defines the NinjaCoderOptionsViewModel type.
Inheritance: NugetPackagesBaseViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Collections.Generic

OnInitialize() public méthode

Called when [initialize].
public OnInitialize ( ) : void
Résultat void

OnNext() public méthode

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
Résultat Scorchio.Infrastructure.Wpf.ViewModels.Wizard.RouteModifier