C# 클래스 NinjaCoder.MvvmCross.Factories.MvvmCrossAndXamarinFormsProjectFactory

Defines the MvvmCrossAndXamarinFormsProjectFactory type.
상속: BaseProjectFactory, IMvvmCrossAndXamarinFormsProjectFactory
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
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