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

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

Public Methods

Method Description
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.

Private Methods

Method Description
AddStartUpProject ( string projectSuffix ) : void

Adds the start up project.

Init ( ) : void

Initializes this instance.

UpdateProjectSuffixes ( ) : void

Updates the project suffixes.

Method Details

OnInitialize() public method

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

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

OnSave() public method

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

ProjectsFinishedViewModel() public method

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.
return System.Collections.Generic