Show / Hide Table of Contents

Interface IAbpIdentityMongoDbContext

Namespace: Volo.Abp.Identity.MongoDB
Assembly: Volo.Abp.Identity.MongoDB.dll
Syntax
public interface IAbpIdentityMongoDbContext : IAbpMongoDbContext

Properties

ClaimTypes

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

OrganizationUnits

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

Roles

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

Users

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft