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

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

Méthodes publiques

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

Méthode Description
Init ( ) : void

Inits this instance.

Method Details

BuildOptionsViewModel() public méthode

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

CanMoveToNextPage() public méthode

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

Save() public méthode

Saves this instance.
public Save ( ) : void
Résultat void