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

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

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

Метод Описание
DependencyServicesFactory ( IVisualStudioService visualStudioService, ISettingsService settingsService, IResolverService resolverService, IRegisterService registerService ) : System.Collections.Generic

Initializes a new instance of the DependencyServicesFactory class.

GetTextTemplates ( string name, string methodComment, string methodReturnType, string methodName, string directory ) : IEnumerable

Gets the text templates.

GetWizardsSteps ( ) : List

Gets the wizards steps.

RegisterWizardData ( ) : void

Registers the wizard data.

Приватные методы

Метод Описание
GetBaseDictionary ( string name, string methodComment, string methodReturnType, string methodName, string directory ) : string>.Dictionary

Gets the base dictionary.

Описание методов

DependencyServicesFactory() публичный Метод

Initializes a new instance of the DependencyServicesFactory class.
public DependencyServicesFactory ( 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 methodComment, string methodReturnType, string methodName, string directory ) : IEnumerable
name string The name.
methodComment string The method comment.
methodReturnType string Type of the method return.
methodName string Name of the method.
directory string The directory.
Результат IEnumerable

GetWizardsSteps() публичный Метод

Gets the wizards steps.
public GetWizardsSteps ( ) : List
Результат List

RegisterWizardData() публичный Метод

Registers the wizard data.
public RegisterWizardData ( ) : void
Результат void