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

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

공개 메소드들

메소드 설명
CanMoveToNextPage ( ) : bool

Determines whether this instance [can move to next page].

FrameworkSelectorViewModel ( IVisualStudioService visualStudioService, ISettingsService settingsService, IProjectFactory projectFactory ) : Entities

Initializes a new instance of the FrameworkSelectorViewModel class.

OnInitialize ( ) : void

Called when [initialize].

OnNext ( ) : 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.

메소드 상세

CanMoveToNextPage() 공개 메소드

Determines whether this instance [can move to next page].
public CanMoveToNextPage ( ) : bool
리턴 bool

FrameworkSelectorViewModel() 공개 메소드

Initializes a new instance of the FrameworkSelectorViewModel class.
public FrameworkSelectorViewModel ( IVisualStudioService visualStudioService, ISettingsService settingsService, IProjectFactory projectFactory ) : Entities
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
projectFactory IProjectFactory The project factory.
리턴 Entities

OnInitialize() 공개 메소드

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

OnNext() 공개 메소드

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