Show / Hide Table of Contents

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
Assembly

UserSecretsId

Declaration
public string? UserSecretsId { get; set; }
Property Value
Type Description
string

Extension Methods

AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In this article
Back to top Powered by ABP.IO Platform