Show / Hide Table of Contents

Class IdentityProDbContext

Inheritance
object
IdentityProDbContext
Implements
IIdentityProDbContext
IIdentityDbContext
IEfCoreDbContext
IDisposable
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
IAsyncDisposable
Namespace: Volo.Abp.Identity.EntityFrameworkCore
Assembly: Volo.Abp.Identity.Pro.EntityFrameworkCore.dll
Syntax
public class IdentityProDbContext : AbpDbContext<IdentityProDbContext>, IIdentityProDbContext, IIdentityDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Constructors

IdentityProDbContext(DbContextOptions<IdentityProDbContext>)

Declaration
public IdentityProDbContext(DbContextOptions<IdentityProDbContext> options)
Parameters
Type Name Description
DbContextOptions<IdentityProDbContext> options

Properties

ClaimTypes

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

LinkUsers

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

OrganizationUnits

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

Roles

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

SecurityLogs

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

UserDelegations

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

Users

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

Methods

OnModelCreating(ModelBuilder)

Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type Name Description
ModelBuilder builder

Implements

IIdentityProDbContext
Volo.Abp.Identity.EntityFrameworkCore.IIdentityDbContext
Volo.Abp.EntityFrameworkCore.IEfCoreDbContext
IDisposable
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService
IAsyncDisposable
In this article
Back to top Powered by Volosoft