Show / Hide Table of Contents

Class LanguageManagementDbContext

Inheritance
object
LanguageManagementDbContext
Implements
ILanguageManagementDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
Namespace: Volo.Abp.LanguageManagement.EntityFrameworkCore
Assembly: Volo.Abp.LanguageManagement.EntityFrameworkCore.dll
Syntax
public class LanguageManagementDbContext : AbpDbContext<LanguageManagementDbContext>, ILanguageManagementDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Constructors

LanguageManagementDbContext(DbContextOptions<LanguageManagementDbContext>)

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

Properties

LanguageTexts

Declaration
public DbSet<LanguageText> LanguageTexts { get; set; }
Property Value
Type Description
DbSet<LanguageText>

Languages

Declaration
public DbSet<Language> Languages { get; set; }
Property Value
Type Description
DbSet<Language>

LocalizationResources

Declaration
public DbSet<LocalizationResourceRecord> LocalizationResources { get; set; }
Property Value
Type Description
DbSet<LocalizationResourceRecord>

LocalizationTexts

Declaration
public DbSet<LocalizationTextRecord> LocalizationTexts { get; set; }
Property Value
Type Description
DbSet<LocalizationTextRecord>

Methods

OnModelCreating(ModelBuilder)

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

Implements

ILanguageManagementDbContext
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable
In this article
Back to top Powered by Volosoft