Class OpenIddictDbContext
Implements
IInfrastructure<IServiceProvider>
IDbContextDependencies
IDbSetCache
IDbContextPoolable
IResettableService
Inherited Members
AbpDbContext<OpenIddictDbContext>.ConfigureBaseProperties<TEntity>(ModelBuilder, IMutableEntityType)
AbpDbContext<OpenIddictDbContext>.ConfigureValueConverter<TEntity>(ModelBuilder, IMutableEntityType)
Namespace: Volo.Abp.OpenIddict.EntityFrameworkCore
Assembly: Volo.Abp.OpenIddict.EntityFrameworkCore.dll
Syntax
[IgnoreMultiTenancy]
[ConnectionStringName("AbpOpenIddict")]
public class OpenIddictDbContext : AbpDbContext<OpenIddictDbContext>, IAbpEfCoreDbContext, IAbpEfCoreDbFunctionContext, ITransientDependency, IOpenIddictDbContext, IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable
Constructors
OpenIddictDbContext(DbContextOptions<OpenIddictDbContext>)
Declaration
public OpenIddictDbContext(DbContextOptions<OpenIddictDbContext> options)
Parameters
Type | Name | Description |
---|---|---|
DbContextOptions<OpenIddictDbContext> | 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.OpenIddictDbContext>.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