Class AbpConfigurationBuilderOptions
Inheritance
object
AbpConfigurationBuilderOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.Configuration
Assembly: Volo.Abp.Core.dll
Syntax
public class AbpConfigurationBuilderOptions
Constructors
AbpConfigurationBuilderOptions()
Declaration
public AbpConfigurationBuilderOptions()
Properties
BasePath
Declaration
public string? BasePath { get; set; }
Property Value
Type | Description |
---|---|
string |
CommandLineArgs
Declaration
public string[]? CommandLineArgs { get; set; }
Property Value
Type | Description |
---|---|
string[] |
EnvironmentName
Declaration
public string? EnvironmentName { get; set; }
Property Value
Type | Description |
---|---|
string |
EnvironmentVariablesPrefix
Declaration
public string? EnvironmentVariablesPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |
Optional
Declaration
public bool Optional { get; set; }
Property Value
Type | Description |
---|---|
bool |
ReloadOnChange
Declaration
public bool ReloadOnChange { get; set; }
Property Value
Type | Description |
---|---|
bool |
UserSecretsAssembly
Declaration
public Assembly? UserSecretsAssembly { get; set; }
Property Value
Type | Description |
---|---|
System.Reflection.Assembly |
UserSecretsId
Declaration
public string? UserSecretsId { get; set; }
Property Value
Type | Description |
---|---|
string |