Interface IAbpIdentityMongoDbContext
Assembly: Volo.Abp.Identity.MongoDB.dll
Syntax
public interface IAbpIdentityMongoDbContext : IAbpMongoDbContext
Properties
ClaimTypes
Declaration
IMongoCollection<IdentityClaimType> ClaimTypes { get; }
Property Value
OrganizationUnits
Declaration
IMongoCollection<OrganizationUnit> OrganizationUnits { get; }
Property Value
Roles
Declaration
IMongoCollection<IdentityRole> Roles { get; }
Property Value
Users
Declaration
IMongoCollection<IdentityUser> Users { get; }
Property Value
Extension Methods