Class IdentityProMongoDbContext
Inheritance
IdentityProMongoDbContext
Implements
IAbpIdentityMongoDbContext
IAbpMongoDbContext
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
Volo.Abp.Identity.MongoDB.IAbpIdentityMongoDbContext
Volo.Abp.MongoDB.IAbpMongoDbContext