Show / Hide Table of Contents

Class FeatureManagementDbContext

Inheritance
System.Object
AbpDbContext<FeatureManagementDbContext>
FeatureManagementDbContext
Implements
IAbpEfCoreDbContext
ITransientDependency
IFeatureManagementDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
AbpDbContext<FeatureManagementDbContext>.CurrentTenantId
AbpDbContext<FeatureManagementDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<FeatureManagementDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<FeatureManagementDbContext>.CurrentTenant
AbpDbContext<FeatureManagementDbContext>.GuidGenerator
AbpDbContext<FeatureManagementDbContext>.DataFilter
AbpDbContext<FeatureManagementDbContext>.EntityChangeEventHelper
AbpDbContext<FeatureManagementDbContext>.AuditPropertySetter
AbpDbContext<FeatureManagementDbContext>.EntityHistoryHelper
AbpDbContext<FeatureManagementDbContext>.AuditingManager
AbpDbContext<FeatureManagementDbContext>.UnitOfWorkManager
AbpDbContext<FeatureManagementDbContext>.Clock
AbpDbContext<FeatureManagementDbContext>.Logger
AbpDbContext<FeatureManagementDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<FeatureManagementDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<FeatureManagementDbContext>.SaveChangesAsync(Boolean, CancellationToken)
AbpDbContext<FeatureManagementDbContext>.SaveChangesOnDbContextAsync(Boolean, CancellationToken)
AbpDbContext<FeatureManagementDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<FeatureManagementDbContext>.ChangeTracker_Tracked(Object, EntityTrackedEventArgs)
AbpDbContext<FeatureManagementDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<FeatureManagementDbContext>.ApplyAbpConcepts()
AbpDbContext<FeatureManagementDbContext>.ApplyAbpConcepts(EntityEntry, EntityChangeReport)
AbpDbContext<FeatureManagementDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<FeatureManagementDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<FeatureManagementDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<FeatureManagementDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.AddDomainEvents(EntityChangeReport, Object)
AbpDbContext<FeatureManagementDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.TryCancelDeletionForSoftDelete(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.CheckAndSetId(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.TrySetGuidId(EntityEntry, IEntity<Guid>)
AbpDbContext<FeatureManagementDbContext>.SetCreationAuditProperties(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.SetModificationAuditProperties(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.SetDeletionAuditProperties(EntityEntry)
AbpDbContext<FeatureManagementDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FeatureManagementDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FeatureManagementDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FeatureManagementDbContext>.ConfigureValueGenerated<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<FeatureManagementDbContext>.ShouldFilterEntity<TEntity>(IMutableEntityType)
AbpDbContext<FeatureManagementDbContext>.CreateFilterExpression<TEntity>()
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.FeatureManagement.EntityFrameworkCore.FeatureManagementDbContext>.CombineExpressions<T>(Expression<>, Expression<>)
Namespace: Volo.Abp.FeatureManagement.EntityFrameworkCore
Assembly: Volo.Abp.FeatureManagement.EntityFrameworkCore.dll
Syntax
public class FeatureManagementDbContext : AbpDbContext<FeatureManagementDbContext>, IAbpEfCoreDbContext, ITransientDependency, IFeatureManagementDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable

Constructors

FeatureManagementDbContext(DbContextOptions<FeatureManagementDbContext>)

Declaration
public FeatureManagementDbContext(DbContextOptions<FeatureManagementDbContext> options)
Parameters
Type Name Description
DbContextOptions<FeatureManagementDbContext> options

Properties

FeatureValues

Declaration
public DbSet<FeatureValue> FeatureValues { get; set; }
Property Value
Type Description
DbSet<FeatureValue>

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type Name Description
ModelBuilder builder

Implements

IAbpEfCoreDbContext
ITransientDependency
IFeatureManagementDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<>
IDbContextDependencies
IDbSetCache
IDbContextPoolable

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft