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

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

Méthodes publiques

Méthode 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

Méthode 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 méthode

Called when [initialize].
public OnInitialize ( ) : void
Résultat void

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

OnSave() public méthode

Called when [save].
public OnSave ( ) : void
Résultat void

ProjectsFinishedViewModel() public méthode

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.
Résultat System.Collections.Generic