C# Class NinjaCoder.MvvmCross.ViewModels.AddNugetPackages.NugetPackagesFinishedViewModel

Defines the NugetPackagesFinishedViewModel.cs type.
Inheritance: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
NugetPackagesFinishedViewModel ( ISettingsService settingsService, IProjectFactory projectFactory ) : Factories.Interfaces

Initializes a new instance of the NugetPackagesFinishedViewModel class.

OnPrevious ( ) : 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).

Private Methods

Méthode Description
Init ( ) : void

Initializes this instance.

Method Details

NugetPackagesFinishedViewModel() public méthode

Initializes a new instance of the NugetPackagesFinishedViewModel class.
public NugetPackagesFinishedViewModel ( ISettingsService settingsService, IProjectFactory projectFactory ) : Factories.Interfaces
settingsService ISettingsService The settings service.
projectFactory IProjectFactory The project factory.
Résultat Factories.Interfaces

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