Show / Hide Table of Contents

Class BackgroundJobsDbContext

Inheritance
System.Object
AbpDbContext<BackgroundJobsDbContext>
BackgroundJobsDbContext
Implements
IAbpEfCoreDbContext
ITransientDependency
IBackgroundJobsDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
Inherited Members
AbpDbContext<BackgroundJobsDbContext>.CurrentTenantId
AbpDbContext<BackgroundJobsDbContext>.IsMultiTenantFilterEnabled
AbpDbContext<BackgroundJobsDbContext>.IsSoftDeleteFilterEnabled
AbpDbContext<BackgroundJobsDbContext>.CurrentTenant
AbpDbContext<BackgroundJobsDbContext>.GuidGenerator
AbpDbContext<BackgroundJobsDbContext>.DataFilter
AbpDbContext<BackgroundJobsDbContext>.EntityChangeEventHelper
AbpDbContext<BackgroundJobsDbContext>.AuditPropertySetter
AbpDbContext<BackgroundJobsDbContext>.EntityHistoryHelper
AbpDbContext<BackgroundJobsDbContext>.AuditingManager
AbpDbContext<BackgroundJobsDbContext>.UnitOfWorkManager
AbpDbContext<BackgroundJobsDbContext>.Clock
AbpDbContext<BackgroundJobsDbContext>.Logger
AbpDbContext<BackgroundJobsDbContext>.TrySetDatabaseProvider(ModelBuilder)
AbpDbContext<BackgroundJobsDbContext>.GetDatabaseProviderOrNull(ModelBuilder)
AbpDbContext<BackgroundJobsDbContext>.SaveChangesAsync(Boolean, CancellationToken)
AbpDbContext<BackgroundJobsDbContext>.SaveChangesOnDbContextAsync(Boolean, CancellationToken)
AbpDbContext<BackgroundJobsDbContext>.Initialize(AbpEfCoreDbContextInitializationContext)
AbpDbContext<BackgroundJobsDbContext>.ChangeTracker_Tracked(Object, EntityTrackedEventArgs)
AbpDbContext<BackgroundJobsDbContext>.FillExtraPropertiesForTrackedEntities(EntityTrackedEventArgs)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConcepts()
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConcepts(EntityEntry, EntityChangeReport)
AbpDbContext<BackgroundJobsDbContext>.HandleExtraPropertiesOnSave(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConceptsForAddedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConceptsForModifiedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<BackgroundJobsDbContext>.ApplyAbpConceptsForDeletedEntity(EntityEntry, EntityChangeReport)
AbpDbContext<BackgroundJobsDbContext>.IsHardDeleted(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.AddDomainEvents(EntityChangeReport, Object)
AbpDbContext<BackgroundJobsDbContext>.UpdateConcurrencyStamp(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.SetConcurrencyStampIfNull(EntityEntry)
AbpDbContext<BackgroundJobsDbContext>.TryCancelDeletionForSoftDelete(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>.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>()
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.BackgroundJobs.EntityFrameworkCore.BackgroundJobsDbContext>.CombineExpressions<T>(Expression<>, Expression<>)
Namespace: Volo.Abp.BackgroundJobs.EntityFrameworkCore
Assembly: Volo.Abp.BackgroundJobs.EntityFrameworkCore.dll
Syntax
public class BackgroundJobsDbContext : AbpDbContext<BackgroundJobsDbContext>, IAbpEfCoreDbContext, ITransientDependency, IBackgroundJobsDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable

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

Implements

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