Interface ITextTemplateManagementDbContext
Assembly: Volo.Abp.TextTemplateManagement.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("TextTemplateManagement")]
public interface ITextTemplateManagementDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Properties
TextTemplateContents
Declaration
DbSet<TextTemplateContent> TextTemplateContents { get; }
Property Value
TextTemplateDefinitionContentRecords
Declaration
DbSet<TextTemplateDefinitionContentRecord> TextTemplateDefinitionContentRecords { get; }
Property Value
TextTemplateDefinitionRecords
Declaration
DbSet<TextTemplateDefinitionRecord> TextTemplateDefinitionRecords { get; }
Property Value
Extension Methods