Show / Hide Table of Contents

Class OpenIddictEntityFrameworkScopeStore<TContext>

Provides methods allowing to manage the scopes stored in a database.

Inheritance
System.Object
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, System.String>
OpenIddictEntityFrameworkScopeStore<TContext>
Inherited Members
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.Cache
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.Context
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.Options
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.CountAsync(CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.CountAsync<TResult>(Func<IQueryable<OpenIddictEntityFrameworkScope>, IQueryable<TResult>>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.CreateAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.DeleteAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.FindByIdAsync(String, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.FindByNameAsync(String, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.FindByNamesAsync(ImmutableArray<String>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.FindByResourceAsync(String, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetAsync<TState, TResult>(Func<IQueryable<OpenIddictEntityFrameworkScope>, TState, IQueryable<TResult>>, TState, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetDescriptionAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetDescriptionsAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetDisplayNameAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetDisplayNamesAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetIdAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetNameAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetPropertiesAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.GetResourcesAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.InstantiateAsync(CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.ListAsync(Nullable<Int32>, Nullable<Int32>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.ListAsync<TState, TResult>(Func<IQueryable<OpenIddictEntityFrameworkScope>, TState, IQueryable<TResult>>, TState, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetDescriptionAsync(OpenIddictEntityFrameworkScope, String, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetDescriptionsAsync(OpenIddictEntityFrameworkScope, ImmutableDictionary<CultureInfo, String>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetDisplayNameAsync(OpenIddictEntityFrameworkScope, String, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetDisplayNamesAsync(OpenIddictEntityFrameworkScope, ImmutableDictionary<CultureInfo, String>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetNameAsync(OpenIddictEntityFrameworkScope, String, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetPropertiesAsync(OpenIddictEntityFrameworkScope, ImmutableDictionary<String, JsonElement>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.SetResourcesAsync(OpenIddictEntityFrameworkScope, ImmutableArray<String>, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.UpdateAsync(OpenIddictEntityFrameworkScope, CancellationToken)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.ConvertIdentifierFromString(String)
OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, String>.ConvertIdentifierToString(String)
Namespace: OpenIddict.EntityFramework
Assembly: cs.temp.dll.dll
Syntax
public class OpenIddictEntityFrameworkScopeStore<TContext> : OpenIddictEntityFrameworkScopeStore<OpenIddictEntityFrameworkScope, TContext, string> where TContext : DbContext
Type Parameters
Name Description
TContext

The type of the Entity Framework database context.

Constructors

OpenIddictEntityFrameworkScopeStore(IMemoryCache, TContext, IOptionsMonitor<OpenIddictEntityFrameworkOptions>)

Declaration
public OpenIddictEntityFrameworkScopeStore(IMemoryCache cache, TContext context, IOptionsMonitor<OpenIddictEntityFrameworkOptions> options)
Parameters
Type Name Description
IMemoryCache cache
TContext context
IOptionsMonitor<OpenIddictEntityFrameworkOptions> options
In This Article
Back to top Generated by DocFX