Class FeatureManagementDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.FeatureManagement.EntityFrameworkCore
Assembly: Volo.Abp.FeatureManagement.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpFeatureManagement")]
public class FeatureManagementDbContext : AbpDbContext<FeatureManagementDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IFeatureManagementDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
FeatureManagementDbContext(DbContextOptions<FeatureManagementDbContext>)
Declaration
public FeatureManagementDbContext(DbContextOptions<FeatureManagementDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<FeatureManagementDbContext> | options |
Properties
FeatureGroups
Declaration
public DbSet<FeatureGroupDefinitionRecord> FeatureGroups { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FeatureGroupDefinitionRecord> |
FeatureValues
Declaration
public DbSet<FeatureValue> FeatureValues { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FeatureValue> |
Features
Declaration
public DbSet<FeatureDefinitionRecord> Features { get; set; }
Property Value
Type | Description |
---|---|
DbSet<FeatureDefinitionRecord> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.FeatureManagement.EntityFrameworkCore.FeatureManagementDbContext>.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