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

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

공개 메소드들

메소드 설명
BuildOptionsViewModel ( ISettingsService settingsService, IMessageBoxService messageBoxService, ITestingServiceFactory testingServiceFactory, IMockingServiceFactory mockingServiceFactory ) : System.Collections.Generic

Initializes a new instance of the BuildOptionsViewModel class.

CanMoveToNextPage ( ) : bool

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

Save ( ) : void

Saves this instance.

비공개 메소드들

메소드 설명
Init ( ) : void

Inits this instance.

메소드 상세

BuildOptionsViewModel() 공개 메소드

Initializes a new instance of the BuildOptionsViewModel class.
public BuildOptionsViewModel ( ISettingsService settingsService, IMessageBoxService messageBoxService, ITestingServiceFactory testingServiceFactory, IMockingServiceFactory mockingServiceFactory ) : System.Collections.Generic
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
testingServiceFactory ITestingServiceFactory The testing service factory.
mockingServiceFactory IMockingServiceFactory The mocking service factory.
리턴 System.Collections.Generic

CanMoveToNextPage() 공개 메소드

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

Save() 공개 메소드

Saves this instance.
public Save ( ) : void
리턴 void