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

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

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

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

Gets the allowed projects.

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

Initializes a new instance of the MvvmCrossProjectFactory class.

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

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

Gets the core project.

GetCoreTestsProject ( ) : ProjectTemplateInfo

Gets the core tests project.

GetDroidProject ( ) : ProjectTemplateInfo

Gets the droid project.

GetPlatformTestsProject ( string projectSuffix, string projectType ) : ProjectTemplateInfo

Gets the core tests project.

GetWindowsPhoneProject ( ) : ProjectTemplateInfo

Gets the windows phone project.

GetWindowsUniversalProject ( ) : ProjectTemplateInfo

Gets the windows universal project.

GetWpfProject ( ) : ProjectTemplateInfo

Gets the WPF project.

GetiOSProject ( ) : ProjectTemplateInfo

Gets the ios project.

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

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

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

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

Initializes a new instance of the MvvmCrossProjectFactory class.
public MvvmCrossProjectFactory ( 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