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

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

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

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

Gets the allowed projects.

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

Initializes a new instance of the MvvmCrossAndXamarinFormsProjectFactory class.

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

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

Gets the core project.

GetCoreTestsProject ( ) : ProjectTemplateInfo

Gets the core tests project.

GetDroidProject ( ) : ProjectTemplateInfo

Gets the droid project.

GetFormsProject ( ) : ProjectTemplateInfo

Gets the xamarin forms project.

GetFormsTestsProject ( ) : ProjectTemplateInfo

Gets the forms tests project.

GetPlatformTestsProject ( IEnumerable nugetCommands, bool preSelect, string projectSuffix, string projectType ) : ProjectTemplateInfo

Gets the core tests project.

GetWindowsPhoneProject ( ) : ProjectTemplateInfo

Gets the windows phone project.

GetWindowsUniversalProject ( ) : ProjectTemplateInfo

Gets the windows universal project.

GetiOSProject ( ) : ProjectTemplateInfo

Gets the ios project.

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

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

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

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

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