Class OpenIddictProDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
Namespace: Volo.Abp.OpenIddict.EntityFrameworkCore
Assembly: Volo.Abp.OpenIddict.Pro.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpOpenIddict")]
public class OpenIddictProDbContext : AbpDbContext<OpenIddictProDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IOpenIddictProDbContext, IOpenIddictDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
OpenIddictProDbContext(DbContextOptions<OpenIddictProDbContext>)
Declaration
public OpenIddictProDbContext(DbContextOptions<OpenIddictProDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<OpenIddictProDbContext> | options |
Properties
Applications
Declaration
public DbSet<OpenIddictApplication> Applications { get; set; }
Property Value
Type | Description |
---|---|
DbSet<OpenIddictApplication> |
Authorizations
Declaration
public DbSet<OpenIddictAuthorization> Authorizations { get; set; }
Property Value
Type | Description |
---|---|
DbSet<OpenIddictAuthorization> |
Scopes
Declaration
public DbSet<OpenIddictScope> Scopes { get; set; }
Property Value
Type | Description |
---|---|
DbSet<OpenIddictScope> |
Tokens
Declaration
public DbSet<OpenIddictToken> Tokens { get; set; }
Property Value
Type | Description |
---|---|
DbSet<OpenIddictToken> |
Methods
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
ModelBuilder | builder |
Overrides
Volo.Abp.EntityFrameworkCore.AbpDbContext<Volo.Abp.OpenIddict.EntityFrameworkCore.OpenIddictProDbContext>.OnModelCreating(Microsoft.EntityFrameworkCore.ModelBuilder)
Implements
Microsoft.EntityFrameworkCore.Infrastructure.IInfrastructure<>
Microsoft.EntityFrameworkCore.Internal.IDbContextDependencies
Microsoft.EntityFrameworkCore.Internal.IDbSetCache
Microsoft.EntityFrameworkCore.Internal.IDbContextPoolable
Microsoft.EntityFrameworkCore.Infrastructure.IResettableService