Class ProjectBuildArgs
Inheritance
object
ProjectBuildArgs
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class ProjectBuildArgs
Constructors
ProjectBuildArgs(SolutionName, string, string, string, DatabaseProvider, DatabaseManagementSystem, UiFramework, MobileApp?, bool, string, string, string, Dictionary<string, string>, string, bool, Theme?, ThemeStyle?)
Declaration
public ProjectBuildArgs(SolutionName solutionName, string templateName = null, string version = null, string outputFolder = null, DatabaseProvider databaseProvider = DatabaseProvider.NotSpecified, DatabaseManagementSystem databaseManagementSystem = DatabaseManagementSystem.NotSpecified, UiFramework uiFramework = UiFramework.NotSpecified, MobileApp? mobileApp = null, bool publicWebSite = false, string abpGitHubLocalRepositoryPath = null, string voloGitHubLocalRepositoryPath = null, string templateSource = null, Dictionary<string, string> extraProperties = null, string connectionString = null, bool pwa = false, Theme? theme = null, ThemeStyle? themeStyle = null)
Parameters
| Type |
Name |
Description |
| SolutionName |
solutionName |
|
| string |
templateName |
|
| string |
version |
|
| string |
outputFolder |
|
| DatabaseProvider |
databaseProvider |
|
| DatabaseManagementSystem |
databaseManagementSystem |
|
| UiFramework |
uiFramework |
|
| MobileApp? |
mobileApp |
|
| bool |
publicWebSite |
|
| string |
abpGitHubLocalRepositoryPath |
|
| string |
voloGitHubLocalRepositoryPath |
|
| string |
templateSource |
|
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
extraProperties |
|
| string |
connectionString |
|
| bool |
pwa |
|
| Theme? |
theme |
|
| ThemeStyle? |
themeStyle |
|
Properties
AbpGitHubLocalRepositoryPath
Declaration
public string AbpGitHubLocalRepositoryPath { get; set; }
Property Value
ConnectionString
Declaration
public string ConnectionString { get; set; }
Property Value
DatabaseManagementSystem
Declaration
public DatabaseManagementSystem DatabaseManagementSystem { get; set; }
Property Value
DatabaseProvider
Declaration
public DatabaseProvider DatabaseProvider { get; set; }
Property Value
Declaration
public Dictionary<string, string> ExtraProperties { get; set; }
Property Value
| Type |
Description |
| System.Collections.Generic.Dictionary<TKey, TValue><string, string> |
|
MobileApp
Declaration
public MobileApp? MobileApp { get; set; }
Property Value
OutputFolder
Declaration
public string OutputFolder { get; set; }
Property Value
PublicWebSite
Declaration
public bool PublicWebSite { get; set; }
Property Value
Pwa
Declaration
public bool Pwa { get; set; }
Property Value
SolutionName
Declaration
public SolutionName SolutionName { get; }
Property Value
TemplateName
Declaration
public string TemplateName { get; set; }
Property Value
TemplateSource
Declaration
public string TemplateSource { get; set; }
Property Value
Theme
Declaration
public Theme? Theme { get; set; }
Property Value
ThemeStyle
Declaration
public ThemeStyle? ThemeStyle { get; set; }
Property Value
UiFramework
Declaration
public UiFramework UiFramework { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
VoloGitHubLocalRepositoryPath
Declaration
public string VoloGitHubLocalRepositoryPath { get; set; }
Property Value
Extension Methods