C# 클래스 NinjaCoder.MvvmCross.ViewModels.AddProjects.ProjectsFinishedViewModel

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

공개 메소드들

메소드 설명
OnInitialize ( ) : void

Called when [initialize].

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).

OnSave ( ) : void

Called when [save].

ProjectsFinishedViewModel ( ISettingsService settingsService, IVisualStudioService visualStudioService, IProjectFactory projectFactory, ICachingService cachingService, ITinyMessengerHub tinyMessengerHub ) : System.Collections.Generic

Initializes a new instance of the ProjectsFinishedViewModel class.

비공개 메소드들

메소드 설명
AddStartUpProject ( string projectSuffix ) : void

Adds the start up project.

Init ( ) : void

Initializes this instance.

UpdateProjectSuffixes ( ) : void

Updates the project suffixes.

메소드 상세

OnInitialize() 공개 메소드

Called when [initialize].
public OnInitialize ( ) : void
리턴 void

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

OnSave() 공개 메소드

Called when [save].
public OnSave ( ) : void
리턴 void

ProjectsFinishedViewModel() 공개 메소드

Initializes a new instance of the ProjectsFinishedViewModel class.
public ProjectsFinishedViewModel ( ISettingsService settingsService, IVisualStudioService visualStudioService, IProjectFactory projectFactory, ICachingService cachingService, ITinyMessengerHub tinyMessengerHub ) : System.Collections.Generic
settingsService ISettingsService The settings service.
visualStudioService IVisualStudioService The visual studio service.
projectFactory IProjectFactory The project factory.
cachingService ICachingService The caching service.
tinyMessengerHub ITinyMessengerHub The tiny messenger hub.
리턴 System.Collections.Generic