C# Class NinjaCoder.MvvmCross.Factories.MvvmCrossProjectFactory

Defines the MvvmCrossProjectFactory type.
Inheritance: BaseProjectFactory, IMvvmCrossProjectFactory
显示文件 Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

GetAllowedProjects() public method

Gets the allowed projects.
public GetAllowedProjects ( ) : IEnumerable
return IEnumerable

MvvmCrossProjectFactory() public method

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.
return System.Collections.Generic