Table of Contents

Class AbpApplicationCreationOptions

Namespace
Volo.Abp
Assembly
Volo.Abp.Core.dll
public class AbpApplicationCreationOptions
Inheritance
AbpApplicationCreationOptions
Inherited Members
Extension Methods

Constructors

AbpApplicationCreationOptions(IServiceCollection)

public AbpApplicationCreationOptions(IServiceCollection services)

Parameters

services IServiceCollection

Properties

ApplicationName

public string? ApplicationName { get; set; }

Property Value

string

Configuration

The options in this property only take effect when IConfiguration not registered.

public AbpConfigurationBuilderOptions Configuration { get; }

Property Value

AbpConfigurationBuilderOptions

Environment

public string? Environment { get; set; }

Property Value

string

PlugInSources

public PlugInSourceList PlugInSources { get; }

Property Value

PlugInSourceList

Services

public IServiceCollection Services { get; }

Property Value

IServiceCollection

SkipConfigureServices

public bool SkipConfigureServices { get; set; }

Property Value

bool