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

Defines the MvvmCrossProjectFactory type.
상속: BaseProjectFactory, INoFrameworkProjectFactory
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross 1 사용 예제들

공개 메소드들

메소드 설명
GetAllowedProjects ( ) : IEnumerable

Gets the allowed projects.

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

Initializes a new instance of the NoFrameworkProjectFactory class.

비공개 메소드들

메소드 설명
GetCoreProject ( ) : ProjectTemplateInfo

Gets the core project.

GetDroidProject ( ) : ProjectTemplateInfo

Gets the droid project.

GetTestsProject ( string projectSuffix, string projectType ) : ProjectTemplateInfo

Gets the core tests project.

GetWindowsPhoneProject ( ) : ProjectTemplateInfo

Gets the windows phone project.

GetWindowsUniversalProject ( ) : ProjectTemplateInfo

Gets the windows universal project.

GetWindowsWpfProject ( ) : ProjectTemplateInfo

Gets the windows WPF project.

GetiOSProject ( ) : ProjectTemplateInfo

Gets the ios project.

메소드 상세

GetAllowedProjects() 공개 메소드

Gets the allowed projects.
public GetAllowedProjects ( ) : IEnumerable
리턴 IEnumerable

NoFrameworkProjectFactory() 공개 메소드

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