C# Class NinjaCoder.MvvmCross.Controllers.DependencyServicesController

Defines the DependencyServicesController type.
Inheritance: NinjaCoder.MvvmCross.Controllers.BaseController
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
DependencyServicesController ( IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService, IDependencyServicesFactory dependencyServicesFactory, ITextTemplatingService textTemplatingService ) : System

Initializes a new instance of the DependencyServicesController class.

Run ( ) : void

Runs this instance.

Private Methods

Method Description
Process ( DependencyServiceViewModel dependencyServiceViewModel ) : void

Processes the specified form.

Method Details

DependencyServicesController() public method

Initializes a new instance of the DependencyServicesController class.
public DependencyServicesController ( IVisualStudioService visualStudioService, ISettingsService settingsService, IMessageBoxService messageBoxService, IResolverService resolverService, IReadMeService readMeService, IDependencyServicesFactory dependencyServicesFactory, ITextTemplatingService textTemplatingService ) : System
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
messageBoxService IMessageBoxService The message box service.
resolverService IResolverService The resolver service.
readMeService IReadMeService The read me service.
dependencyServicesFactory IDependencyServicesFactory The dependency services factory.
textTemplatingService ITextTemplatingService The text templating service.
return System

Run() public method

Runs this instance.
public Run ( ) : void
return void