Show / Hide Table of Contents

Class IdentityProMongoDbContext

Inheritance
object
IdentityProMongoDbContext
Implements
IIdentityProMongoDbContext
IAbpIdentityMongoDbContext
IAbpMongoDbContext
Namespace: Volo.Abp.Identity.MongoDB
Assembly: Volo.Abp.Identity.Pro.MongoDB.dll
Syntax
public class IdentityProMongoDbContext : AbpMongoDbContext, IIdentityProMongoDbContext, IAbpIdentityMongoDbContext, IAbpMongoDbContext

Constructors

IdentityProMongoDbContext()

Declaration
public IdentityProMongoDbContext()

Properties

ClaimTypes

Declaration
public IMongoCollection<IdentityClaimType> ClaimTypes { get; }
Property Value
Type Description
IMongoCollection<IdentityClaimType>

LinkUsers

Declaration
public IMongoCollection<IdentityLinkUser> LinkUsers { get; }
Property Value
Type Description
IMongoCollection<IdentityLinkUser>

OrganizationUnits

Declaration
public IMongoCollection<OrganizationUnit> OrganizationUnits { get; }
Property Value
Type Description
IMongoCollection<OrganizationUnit>

Roles

Declaration
public IMongoCollection<IdentityRole> Roles { get; }
Property Value
Type Description
IMongoCollection<IdentityRole>

SecurityLogs

Declaration
public IMongoCollection<IdentitySecurityLog> SecurityLogs { get; }
Property Value
Type Description
IMongoCollection<IdentitySecurityLog>

UserDelegations

Declaration
public IMongoCollection<IdentityUserDelegation> UserDelegations { get; }
Property Value
Type Description
IMongoCollection<IdentityUserDelegation>

Users

Declaration
public IMongoCollection<IdentityUser> Users { get; }
Property Value
Type Description
IMongoCollection<IdentityUser>

Methods

CreateModel(IMongoModelBuilder)

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

Implements

IIdentityProMongoDbContext
Volo.Abp.Identity.MongoDB.IAbpIdentityMongoDbContext
Volo.Abp.MongoDB.IAbpMongoDbContext
In this article
Back to top Powered by Volosoft