Show / Hide Table of Contents

Class BlobStoringDbContext

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

Constructors

BlobStoringDbContext(DbContextOptions<BlobStoringDbContext>)

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

Properties

BlobContainers

Declaration
public DbSet<DatabaseBlobContainer> BlobContainers { get; set; }
Property Value
Type Description
DbSet<DatabaseBlobContainer>

Blobs

Declaration
public DbSet<DatabaseBlob> Blobs { get; set; }
Property Value
Type Description
DbSet<DatabaseBlob>

Methods

OnModelCreating(ModelBuilder)

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

Implements

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