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

Defines the NugetPackagesFinishedViewModel.cs type.
Inheritance: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method 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

Method Description
Init ( ) : void

Initializes this instance.

Method Details

NugetPackagesFinishedViewModel() public method

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.
return Factories.Interfaces

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