C# 클래스 NinjaCoder.MvvmCross.Controllers.DependencyServicesController

Defines the DependencyServicesController type.
상속: NinjaCoder.MvvmCross.Controllers.BaseController
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
Process ( DependencyServiceViewModel dependencyServiceViewModel ) : void

Processes the specified form.

메소드 상세

DependencyServicesController() 공개 메소드

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.
리턴 System

Run() 공개 메소드

Runs this instance.
public Run ( ) : void
리턴 void