C# Class NinjaCoder.MvvmCross.ViewModels.AddDependencyServices.DependencyServiceViewModel

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

Public Methods

Method Description
CanMoveToNextPage ( ) : bool

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

DependencyServiceViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, ICachingService cachingService, IDependencyServicesFactory dependencyServicesFactory ) : System.Collections.Generic

Initializes a new instance of the DependencyServiceViewModel class.

OnSave ( ) : void

Called when [save].

Private Methods

Method Description
DisplayWebPage ( ) : void

Displays the web page.

Init ( ) : void

Called when [initialize].

Method Details

CanMoveToNextPage() public method

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

DependencyServiceViewModel() public method

Initializes a new instance of the DependencyServiceViewModel class.
public DependencyServiceViewModel ( IMessageBoxService messageBoxService, ISettingsService settingsService, ICachingService cachingService, IDependencyServicesFactory dependencyServicesFactory ) : System.Collections.Generic
messageBoxService IMessageBoxService The message box service.
settingsService ISettingsService The settings service.
cachingService ICachingService The caching service.
dependencyServicesFactory IDependencyServicesFactory The dependency services factory.
return System.Collections.Generic

OnSave() public method

Called when [save].
public OnSave ( ) : void
return void