C# Класс NinjaCoder.MvvmCross.Factories.EffectFactory

Defines the EffectFactory type.
Наследование: BaseTextTemplateFactory, IEffectFactory
Показать файл Открыть проект

Открытые методы

Метод Описание
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