C# Class NinjaCoder.MvvmCross.Factories.CustomRendererFactory

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

Méthodes publiques

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

Private Methods

Méthode Description
GetBaseDictionary ( string name, string directory, string renderer, string formsProjectName, string codeBlock ) : string>.Dictionary

Gets the base dictionary.

Method Details

CustomRendererFactory() public méthode

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

GetTextTemplates() public méthode

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.
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