Show / Hide Table of Contents

Class LanguageManagementMongoDbContext

Inheritance
object
LanguageManagementMongoDbContext
Implements
ILanguageManagementMongoDbContext
IAbpMongoDbContext
Namespace: Volo.Abp.LanguageManagement.MongoDB
Assembly: Volo.Abp.LanguageManagement.MongoDB.dll
Syntax
public class LanguageManagementMongoDbContext : AbpMongoDbContext, ILanguageManagementMongoDbContext, IAbpMongoDbContext

Constructors

LanguageManagementMongoDbContext()

Declaration
public LanguageManagementMongoDbContext()

Properties

LanguageTexts

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

Languages

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

LocalizationResources

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

LocalizationTexts

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

Methods

CreateModel(IMongoModelBuilder)

Declaration
protected override void CreateModel(IMongoModelBuilder modelBuilder)
Parameters
Type Name Description
IMongoModelBuilder modelBuilder

Implements

ILanguageManagementMongoDbContext
Volo.Abp.MongoDB.IAbpMongoDbContext
In this article
Back to top Powered by Volosoft