Show / Hide Table of Contents

Class SettingManagementDbContext

Inheritance
object
AbpDbContext<SettingManagementDbContext>
SettingManagementDbContext
Implements
IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
ISettingManagementDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
Inherited Members
AbpDbContext<SettingManagementDbContext>.DbContextOptions
AbpDbContext<SettingManagementDbContext>.OnConfiguring(DbContextOptionsBuilder)
AbpDbContext<SettingManagementDbContext>.ConfigureConventions(ModelConfigurationBuilder)
AbpDbContext<SettingManagementDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<SettingManagementDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<SettingManagementDbContext>.SaveChangesAsync(bool, CancellationToken)
AbpDbContext<SettingManagementDbContext>.PublishEntityEvents(EntityEventReport)
AbpDbContext<SettingManagementDbContext>.SaveChangesOnDbContextAsync(bool, CancellationToken)
AbpDbContext<SettingManagementDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<SettingManagementDbContext>.ChangeTracker_Tracked(object, EntityTrackedEventArgs)
AbpDbContext<SettingManagementDbContext>.ChangeTracker_StateChanged(object, EntityStateChangedEventArgs)
AbpDbContext<SettingManagementDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<SettingManagementDbContext>.PublishEventsForTrackedEntity(EntityEntry)
AbpDbContext<SettingManagementDbContext>.HandlePropertiesBeforeSave()
AbpDbContext<SettingManagementDbContext>.CreateEventReport()
AbpDbContext<SettingManagementDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<SettingManagementDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry)
AbpDbContext<SettingManagementDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, bool)
AbpDbContext<SettingManagementDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry)
AbpDbContext<SettingManagementDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<SettingManagementDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<SettingManagementDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<SettingManagementDbContext>.CheckAndSetId(EntityEntry)
AbpDbContext<SettingManagementDbContext>.TrySetGuidId(EntityEntry, IEntity<Guid>)
AbpDbContext<SettingManagementDbContext>.SetCreationAuditProperties(EntityEntry)
AbpDbContext<SettingManagementDbContext>.SetModificationAuditProperties(EntityEntry)
AbpDbContext<SettingManagementDbContext>.SetDeletionAuditProperties(EntityEntry)
AbpDbContext<SettingManagementDbContext>.IncrementEntityVersionProperty(EntityEntry)
AbpDbContext<SettingManagementDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<SettingManagementDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<SettingManagementDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<SettingManagementDbContext>.ConfigureValueGenerated<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<SettingManagementDbContext>.ShouldFilterEntity<TEntity>(IMutableEntityType)
AbpDbContext<SettingManagementDbContext>.CreateFilterExpression<TEntity>(ModelBuilder)
AbpDbContext<SettingManagementDbContext>.UseDbFunction()
AbpDbContext<SettingManagementDbContext>.GetCompiledQueryCacheKey()
AbpDbContext<SettingManagementDbContext>.LazyServiceProvider
AbpDbContext<SettingManagementDbContext>.CurrentTenantId
AbpDbContext<SettingManagementDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<SettingManagementDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<SettingManagementDbContext>.CurrentTenant
AbpDbContext<SettingManagementDbContext>.GuidGenerator
AbpDbContext<SettingManagementDbContext>.DataFilter
AbpDbContext<SettingManagementDbContext>.EntityChangeEventHelper
AbpDbContext<SettingManagementDbContext>.EntityChangeOptions
AbpDbContext<SettingManagementDbContext>.AuditPropertySetter
AbpDbContext<SettingManagementDbContext>.EntityHistoryHelper
AbpDbContext<SettingManagementDbContext>.AuditingManager
AbpDbContext<SettingManagementDbContext>.UnitOfWorkManager
AbpDbContext<SettingManagementDbContext>.Clock
AbpDbContext<SettingManagementDbContext>.DistributedEventBus
AbpDbContext<SettingManagementDbContext>.LocalEventBus
AbpDbContext<SettingManagementDbContext>.Logger
AbpDbContext<SettingManagementDbContext>.AbpEfCoreNavigationHelper
AbpDbContext<SettingManagementDbContext>.Options
AbpDbContext<SettingManagementDbContext>.GlobalFilterOptions
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

IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
ISettingManagementDbContext
IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params 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>)
In this article
Back to top Powered by ABP.IO Platform