Show / Hide Table of Contents

Class DocsDbContext

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

Constructors

DocsDbContext(DbContextOptions<DocsDbContext>)

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

Properties

DocumentContributors

Declaration
public DbSet<DocumentContributor> DocumentContributors { get; set; }
Property Value
Type Description
DbSet<DocumentContributor>

Documents

Declaration
public DbSet<Document> Documents { get; set; }
Property Value
Type Description
DbSet<Document>

Projects

Declaration
public DbSet<Project> Projects { get; set; }
Property Value
Type Description
DbSet<Project>

Methods

OnModelCreating(ModelBuilder)

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

Implements

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