Class LanguageManagementDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.LanguageManagement.EntityFrameworkCore
Assembly: Volo.Abp.LanguageManagement.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("AbpLanguageManagement")]
public class LanguageManagementDbContext : AbpDbContext<LanguageManagementDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, 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 |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.LanguageManagement.EntityFrameworkCore.LanguageManagementDbContext>.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