Class ProjectBuildArgs
Inheritance
ProjectBuildArgs
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?, bool, bool)
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, bool skipCache = false, bool trustUserVersion = false)
Parameters
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
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
SkipCache
Declaration
public bool SkipCache { 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
TrustUserVersion
Declaration
public bool TrustUserVersion { 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