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

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

공개 메소드들

메소드 설명
GetAllowedProjects ( ) : IEnumerable

Gets the allowed projects.

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

Initializes a new instance of the XamarinFormsProjectFactory class.

비공개 메소드들

메소드 설명
GetCoreProject ( ) : ProjectTemplateInfo

Gets the xamarim forms 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

XamarinFormsProjectFactory() 공개 메소드

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