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

Defines the MvvmCrossProjectFactory type.
Наследование: BaseProjectFactory, INoFrameworkProjectFactory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetAllowedProjects ( ) : IEnumerable

Gets the allowed projects.

NoFrameworkProjectFactory ( IVisualStudioService visualStudioService, ISettingsService settingsService, INugetCommandsService nugetCommandsService, IProjectTemplatesTranslator translator ) : System.Collections.Generic

Initializes a new instance of the NoFrameworkProjectFactory class.

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

Метод Описание
GetCoreProject ( ) : ProjectTemplateInfo

Gets the core project.

GetDroidProject ( ) : ProjectTemplateInfo

Gets the droid project.

GetTestsProject ( string projectSuffix, string projectType ) : ProjectTemplateInfo

Gets the core tests project.

GetWindowsPhoneProject ( ) : ProjectTemplateInfo

Gets the windows phone project.

GetWindowsUniversalProject ( ) : ProjectTemplateInfo

Gets the windows universal project.

GetWindowsWpfProject ( ) : ProjectTemplateInfo

Gets the windows WPF project.

GetiOSProject ( ) : ProjectTemplateInfo

Gets the ios project.

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

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

Gets the allowed projects.
public GetAllowedProjects ( ) : IEnumerable
Результат IEnumerable

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

Initializes a new instance of the NoFrameworkProjectFactory class.
public NoFrameworkProjectFactory ( IVisualStudioService visualStudioService, ISettingsService settingsService, INugetCommandsService nugetCommandsService, IProjectTemplatesTranslator translator ) : System.Collections.Generic
visualStudioService IVisualStudioService The visual studio service.
settingsService ISettingsService The settings service.
nugetCommandsService INugetCommandsService The nuget commands service.
translator IProjectTemplatesTranslator The translator.
Результат System.Collections.Generic