C# 클래스 NinjaCoder.MvvmCross.ViewModels.AddNugetPackages.NugetPackagesFinishedViewModel

Defines the NugetPackagesFinishedViewModel.cs type.
상속: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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).

비공개 메소드들

메소드 설명
Init ( ) : void

Initializes this instance.

메소드 상세

NugetPackagesFinishedViewModel() 공개 메소드

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.
리턴 Factories.Interfaces

OnPrevious() 공개 메소드

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