C# Class NinjaCoder.MvvmCross.Factories.NoFrameworkProjectFactory

Defines the MvvmCrossProjectFactory type.
Inheritance: BaseProjectFactory, INoFrameworkProjectFactory
显示文件 Open project: asudbury/NinjaCoderForMvvmCross Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

GetAllowedProjects() public method

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

NoFrameworkProjectFactory() public method

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