Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
GetCoreProject ( ) : |
Gets the xamarim forms core project.
|
|
GetCoreTestsProject ( ) : |
Gets the core tests project.
|
|
GetDroidProject ( ) : |
Gets the droid project.
|
|
GetFormsProject ( ) : |
Gets the xamarin forms project.
|
|
GetFormsTestsProject ( ) : |
Gets the forms tests project.
|
|
GetPlatformTestsProject ( IEnumerable |
Gets the core tests project.
|
|
GetWindowsPhoneProject ( ) : |
Gets the windows phone project.
|
|
GetWindowsUniversalProject ( ) : |
Gets the windows universal project.
|
|
GetiOSProject ( ) : |
Gets the ios project.
|
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. |
return | System.Collections.Generic |