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

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

공개 메소드들

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