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

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

Public Methods

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

Private Methods

Method Description
Init ( ) : void

Inits this instance.

Method Details

BuildOptionsViewModel() public method

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

CanMoveToNextPage() public method

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

Save() public method

Saves this instance.
public Save ( ) : void
return void