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

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

공개 메소드들

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

Initializes a new instance of the EffectFactory class.

GetTextTemplates ( string name, string directory ) : IEnumerable

Gets the text templates.

GetWizardsSteps ( ) : List

Gets the wizards steps.

RegisterWizardData ( ) : void

Registers the wizard data.

비공개 메소드들

메소드 설명
GetBaseDictionary ( string classNamespace, string className ) : string>.Dictionary

Gets the base dictionary.

메소드 상세

EffectFactory() 공개 메소드

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

GetTextTemplates() 공개 메소드

Gets the text templates.
public GetTextTemplates ( string name, string directory ) : IEnumerable
name string The name.
directory string The directory.
리턴 IEnumerable

GetWizardsSteps() 공개 메소드

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

RegisterWizardData() 공개 메소드

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