C# 클래스 NinjaCoder.MvvmCross.Factories.DependencyServicesFactory

Defines the DependencyServicesFactory type.
상속: BaseTextTemplateFactory, IDependencyServicesFactory
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
DependencyServicesFactory ( IVisualStudioService visualStudioService, ISettingsService settingsService, IResolverService resolverService, IRegisterService registerService ) : System.Collections.Generic

Initializes a new instance of the DependencyServicesFactory class.

GetTextTemplates ( string name, string methodComment, string methodReturnType, string methodName, string directory ) : IEnumerable

Gets the text templates.

GetWizardsSteps ( ) : List

Gets the wizards steps.

RegisterWizardData ( ) : void

Registers the wizard data.

비공개 메소드들

메소드 설명
GetBaseDictionary ( string name, string methodComment, string methodReturnType, string methodName, string directory ) : string>.Dictionary

Gets the base dictionary.

메소드 상세

DependencyServicesFactory() 공개 메소드

Initializes a new instance of the DependencyServicesFactory class.
public DependencyServicesFactory ( IVisualStudioService visualStudioService, ISettingsService settingsService, IResolverService resolverService, IRegisterService registerService ) : System.Collections.Generic
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
resolverService IResolverService The resolver service.
registerService IRegisterService The register service.
리턴 System.Collections.Generic

GetTextTemplates() 공개 메소드

Gets the text templates.
public GetTextTemplates ( string name, string methodComment, string methodReturnType, string methodName, string directory ) : IEnumerable
name string The name.
methodComment string The method comment.
methodReturnType string Type of the method return.
methodName string Name of the method.
directory string The directory.
리턴 IEnumerable

GetWizardsSteps() 공개 메소드

Gets the wizards steps.
public GetWizardsSteps ( ) : List
리턴 List

RegisterWizardData() 공개 메소드

Registers the wizard data.
public RegisterWizardData ( ) : void
리턴 void