Show / Hide Table of Contents

Class BackgroundJobsDbContext

Inheritance
object
AbpDbContext<BackgroundJobsDbContext>
BackgroundJobsDbContext
Implements
IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
IBackgroundJobsDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
Inherited Members
AbpDbContext<BackgroundJobsDbContext>.DbContextOptions
AbpDbContext<BackgroundJobsDbContext>.OnConfiguring(DbContextOptionsBuilder)
AbpDbContext<BackgroundJobsDbContext>.ConfigureConventions(ModelConfigurationBuilder)
AbpDbContext<BackgroundJobsDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<BackgroundJobsDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<BackgroundJobsDbContext>.SaveChangesAsync(bool, CancellationToken)
AbpDbContext<BackgroundJobsDbContext>.PublishEntityEvents(EntityEventReport)
AbpDbContext<BackgroundJobsDbContext>.SaveChangesOnDbContextAsync(bool, CancellationToken)
AbpDbContext<BackgroundJobsDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<BackgroundJobsDbContext>.ChangeTracker_Tracked(object, EntityTrackedEventArgs)
AbpDbContext<BackgroundJobsDbContext>.ChangeTracker_StateChanged(object, EntityStateChangedEventArgs)
AbpDbContext<BackgroundJobsDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<BackgroundJobsDbContext>.PublishEventsForTrackedEntity(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.HandlePropertiesBeforeSave()
AbpDbContext<BackgroundJobsDbContext>.CreateEventReport()
AbpDbContext<BackgroundJobsDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, bool)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.CheckAndSetId(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.TrySetGuidId(EntityEntry, IEntity<Guid>)
AbpDbContext<BackgroundJobsDbContext>.SetCreationAuditProperties(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.SetModificationAuditProperties(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.SetDeletionAuditProperties(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.IncrementEntityVersionProperty(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<BackgroundJobsDbContext>.ConfigureGlobalFilters<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<BackgroundJobsDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<BackgroundJobsDbContext>.ConfigureValueGenerated<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<BackgroundJobsDbContext>.ShouldFilterEntity<TEntity>(IMutableEntityType)
AbpDbContext<BackgroundJobsDbContext>.CreateFilterExpression<TEntity>(ModelBuilder)
AbpDbContext<BackgroundJobsDbContext>.UseDbFunction()
AbpDbContext<BackgroundJobsDbContext>.GetCompiledQueryCacheKey()
AbpDbContext<BackgroundJobsDbContext>.LazyServiceProvider
AbpDbContext<BackgroundJobsDbContext>.CurrentTenantId
AbpDbContext<BackgroundJobsDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<BackgroundJobsDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<BackgroundJobsDbContext>.CurrentTenant
AbpDbContext<BackgroundJobsDbContext>.GuidGenerator
AbpDbContext<BackgroundJobsDbContext>.DataFilter
AbpDbContext<BackgroundJobsDbContext>.EntityChangeEventHelper
AbpDbContext<BackgroundJobsDbContext>.EntityChangeOptions
AbpDbContext<BackgroundJobsDbContext>.AuditPropertySetter
AbpDbContext<BackgroundJobsDbContext>.EntityHistoryHelper
AbpDbContext<BackgroundJobsDbContext>.AuditingManager
AbpDbContext<BackgroundJobsDbContext>.UnitOfWorkManager
AbpDbContext<BackgroundJobsDbContext>.Clock
AbpDbContext<BackgroundJobsDbContext>.DistributedEventBus
AbpDbContext<BackgroundJobsDbContext>.LocalEventBus
AbpDbContext<BackgroundJobsDbContext>.Logger
AbpDbContext<BackgroundJobsDbContext>.AbpEfCoreNavigationHelper
AbpDbContext<BackgroundJobsDbContext>.Options
AbpDbContext<BackgroundJobsDbContext>.GlobalFilterOptions
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpBackgroundJobs")]
public class BackgroundJobsDbContext : AbpDbContext<BackgroundJobsDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IBackgroundJobsDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Constructors

BackgroundJobsDbContext(DbContextOptions<BackgroundJobsDbContext>)

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

Properties

BackgroundJobs

Declaration
public DbSet<BackgroundJobRecord> BackgroundJobs { get; set; }
Property Value
Type Description
DbSet<BackgroundJobRecord>

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type Name Description
ModelBuilder builder
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)

Implements

IAbpEfCoreDbContext
IAbpEfCoreDbFunctionContext
ITransientDependency
IBackgroundJobsDbContext
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