Class SettingManagementDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.SettingManagement.EntityFrameworkCore
Assembly: Volo.Abp.SettingManagement.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpSettingManagement")]
public class SettingManagementDbContext : AbpDbContext<SettingManagementDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, ISettingManagementDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
SettingManagementDbContext(DbContextOptions<SettingManagementDbContext>)
Declaration
public SettingManagementDbContext(DbContextOptions<SettingManagementDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<SettingManagementDbContext> | options |
Properties
SettingDefinitionRecords
Declaration
public DbSet<SettingDefinitionRecord> SettingDefinitionRecords { get; set; }
Property Value
Type | Description |
---|---|
DbSet<SettingDefinitionRecord> |
Settings
Declaration
public DbSet<Setting> Settings { get; set; }
Property Value
Type | Description |
---|---|
DbSet<Setting> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.SettingManagement.EntityFrameworkCore.SettingManagementDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService