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

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

Méthodes publiques

Méthode Description
ApplicationOptionsViewModel ( ISettingsService settingsService, IPluginsService pluginsService, IPluginFactory pluginFactory, ICachingService cachingService, IProjectFactory projectFactory ) : System.Collections.Generic

Initializes a new instance of the ApplicationOptionsViewModel 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

ApplicationOptionsViewModel() public méthode

Initializes a new instance of the ApplicationOptionsViewModel class.
public ApplicationOptionsViewModel ( 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