Class TextTemplateManagementDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.TextTemplateManagement.EntityFrameworkCore
Assembly: Volo.Abp.TextTemplateManagement.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("TextTemplateManagement")]
public class TextTemplateManagementDbContext : AbpDbContext<TextTemplateManagementDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, ITextTemplateManagementDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
TextTemplateManagementDbContext(DbContextOptions<TextTemplateManagementDbContext>)
Declaration
public TextTemplateManagementDbContext(DbContextOptions<TextTemplateManagementDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<TextTemplateManagementDbContext> | options |
Properties
TextTemplateContents
Declaration
public DbSet<TextTemplateContent> TextTemplateContents { get; set; }
Property Value
Type | Description |
---|---|
DbSet<TextTemplateContent> |
TextTemplateDefinitionContentRecords
Declaration
public DbSet<TextTemplateDefinitionContentRecord> TextTemplateDefinitionContentRecords { get; set; }
Property Value
Type | Description |
---|---|
DbSet<TextTemplateDefinitionContentRecord> |
TextTemplateDefinitionRecords
Declaration
public DbSet<TextTemplateDefinitionRecord> TextTemplateDefinitionRecords { get; set; }
Property Value
Type | Description |
---|---|
DbSet<TextTemplateDefinitionRecord> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.TextTemplateManagement.EntityFrameworkCore.TextTemplateManagementDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService