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

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

공개 메소드들

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

Initializes a new instance of the CustomRendererFactory class.

GetTextTemplates ( string name, string directory, string renderer, string codeBlock ) : IEnumerable

Gets the text templates.

GetWizardsSteps ( ) : List

Gets the wizards steps.

RegisterWizardData ( ) : void

Registers the wizard data.

비공개 메소드들

메소드 설명
GetBaseDictionary ( string name, string directory, string renderer, string formsProjectName, string codeBlock ) : string>.Dictionary

Gets the base dictionary.

메소드 상세

CustomRendererFactory() 공개 메소드

Initializes a new instance of the CustomRendererFactory class.
public CustomRendererFactory ( 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 directory, string renderer, string codeBlock ) : IEnumerable
name string The name.
directory string The directory.
renderer string The renderer.
codeBlock string The code block.
리턴 IEnumerable

GetWizardsSteps() 공개 메소드

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

RegisterWizardData() 공개 메소드

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