C# Class NinjaCoder.MvvmCross.Factories.EffectFactory

Defines the EffectFactory type.
Inheritance: BaseTextTemplateFactory, IEffectFactory
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetBaseDictionary ( string classNamespace, string className ) : string>.Dictionary

Gets the base dictionary.

Method Details

EffectFactory() public méthode

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.
Résultat System.Collections.Generic

GetTextTemplates() public méthode

Gets the text templates.
public GetTextTemplates ( string name, string directory ) : IEnumerable
name string The name.
directory string The directory.
Résultat IEnumerable

GetWizardsSteps() public méthode

Gets the wizards steps.
public GetWizardsSteps ( ) : List
Résultat List

RegisterWizardData() public méthode

Registers the wizard data.
public RegisterWizardData ( ) : void
Résultat void