Show / Hide Table of Contents

Interface ILanguageManagementDbContext

Inherited Members
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.Abp.LanguageManagement.EntityFrameworkCore
Assembly: Volo.Abp.LanguageManagement.EntityFrameworkCore.dll
Syntax
public interface ILanguageManagementDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

LanguageTexts

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

Languages

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

LocalizationResources

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

LocalizationTexts

Declaration
DbSet<LocalizationTextRecord> LocalizationTexts { get; }
Property Value
Type Description
DbSet<LocalizationTextRecord>
In this article
Back to top Powered by Volosoft