Show / Hide Table of Contents

Class OpenIddictEntityFrameworkCoreScopeStore<TContext>

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

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

The type of the Entity Framework database context.

Constructors

OpenIddictEntityFrameworkCoreScopeStore(IMemoryCache, TContext, IOptionsMonitor<OpenIddictEntityFrameworkCoreOptions>)

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