C# Класс NinjaCoder.MvvmCross.ViewModels.AddProjects.ProjectsFinishedViewModel

Defines the ProjectsFinishedViewModel type.
Наследование: Scorchio.Infrastructure.Wpf.ViewModels.Wizard.BaseWizardStepViewModel
Показать файл Открыть проект

Открытые методы

Метод Описание
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