2021-01-18 02:24:47 +08:00
<!DOCTYPE html>
<!-- [if IE]><![endif] -->
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge,chrome=1" >
< title > Class OpenIddictEntityFrameworkCoreScopeStore< TScope, TContext, TKey>
< / title >
< meta name = "viewport" content = "width=device-width" >
< meta name = "title" content = "Class OpenIddictEntityFrameworkCoreScopeStore & lt ; TScope , TContext , TKey & gt ;
">
< meta name = "generator" content = "docfx 2.56.6.0" >
< link rel = "shortcut icon" href = "../images/favicon.ico" >
< link rel = "stylesheet" href = "../styles/docfx.vendor.css" >
< link rel = "stylesheet" href = "../styles/docfx.css" >
< link rel = "stylesheet" href = "../styles/main.css" >
< link href = "https://fonts.googleapis.com/css?family=Roboto" rel = "stylesheet" >
< meta property = "docfx:navrel" content = "../toc.html" >
< meta property = "docfx:tocrel" content = "toc.html" >
< / head > < body data-spy = "scroll" data-target = "#affix" data-offset = "120" >
< div id = "wrapper" >
< header >
< nav id = "autocollapse" class = "navbar navbar-inverse ng-scope" role = "navigation" >
< div class = "container" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle" data-toggle = "collapse" data-target = "#navbar" >
< span class = "sr-only" > Toggle navigation< / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< span class = "icon-bar" > < / span >
< / button >
< a class = "navbar-brand" href = "../index.html" >
< img id = "logo" class = "svg" src = "../images/logo.png" alt = "" >
< / a > < / div >
< div class = "collapse navbar-collapse" id = "navbar" >
< form class = "navbar-form navbar-right" role = "search" id = "search" >
< div class = "form-group" >
< input type = "text" class = "form-control" id = "search-query" placeholder = "Search" autocomplete = "off" >
< / div >
< / form >
< / div >
< / div >
< / nav >
< div class = "subnav navbar navbar-default" >
< div class = "container hide-when-search" id = "breadcrumb" >
< ul class = "breadcrumb" >
< li > < / li >
< / ul >
< / div >
< / div >
< / header >
< div role = "main" class = "container body-content hide-when-search" >
< div class = "sidenav hide-when-search" >
< a class = "btn toc-toggle collapse" data-toggle = "collapse" href = "#sidetoggle" aria-expanded = "false" aria-controls = "sidetoggle" > Show / Hide Table of Contents< / a >
< div class = "sidetoggle collapse" id = "sidetoggle" >
< div id = "sidetoc" > < / div >
< / div >
< / div >
< div class = "article row grid-right" >
< div class = "col-md-10" >
< article class = "content wrap" id = "_content" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3" >
< h1 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3" class = "text-break" > Class OpenIddictEntityFrameworkCoreScopeStore< TScope, TContext, TKey>
< / h1 >
< div class = "markdown level0 summary" > < p > Provides methods allowing to manage the scopes stored in a database.< / p >
< / div >
< div class = "markdown level0 conceptual" > < / div >
< div class = "inheritance" >
< h5 > Inheritance< / h5 >
< div class = "level0" > < span class = "xref" > System.Object< / span > < / div >
< div class = "level1" > < span class = "xref" > OpenIddictEntityFrameworkCoreScopeStore< TScope, TContext, TKey> < / span > < / div >
< div class = "level2" > < a class = "xref" href = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-1.html" > OpenIddictEntityFrameworkCoreScopeStore< TContext> < / a > < / div >
< div class = "level2" > < a class = "xref" href = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore-2.html" > OpenIddictEntityFrameworkCoreScopeStore< TContext, TKey> < / a > < / div >
< / div >
< h6 > < strong > Namespace< / strong > : < a class = "xref" href = "OpenIddict.EntityFrameworkCore.html" > OpenIddict.EntityFrameworkCore< / a > < / h6 >
< h6 > < strong > Assembly< / strong > : cs.temp.dll.dll< / h6 >
< h5 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_syntax" > Syntax< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public class OpenIddictEntityFrameworkCoreScopeStore< TScope, TContext, TKey> : IOpenIddictScopeStore< TScope> where TScope : OpenIddictEntityFrameworkCoreScope< TKey> where TContext : DbContext where TKey : IEquatable< TKey> < / code > < / pre >
< / div >
< h5 class = "typeParameters" > Type Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "parametername" > TScope< / span > < / td >
< td > < p > The type of the Scope entity.< / p >
< / td >
< / tr >
< tr >
< td > < span class = "parametername" > TContext< / span > < / td >
< td > < p > The type of the Entity Framework database context.< / p >
< / td >
< / tr >
< tr >
< td > < span class = "parametername" > TKey< / span > < / td >
< td > < p > The type of the entity primary keys.< / p >
< / td >
< / tr >
< / tbody >
< / table >
< h3 id = "constructors" > Constructors
< / h3 >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3__ctor_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.#ctor*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3__ctor_IMemoryCache__1_IOptionsMonitor_OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreOptions__" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.#ctor(IMemoryCache,`1,IOptionsMonitor{OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreOptions})" > OpenIddictEntityFrameworkCoreScopeStore(IMemoryCache, TContext, IOptionsMonitor< OpenIddictEntityFrameworkCoreOptions> )< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public OpenIddictEntityFrameworkCoreScopeStore(IMemoryCache cache, TContext context, IOptionsMonitor< OpenIddictEntityFrameworkCoreOptions> options)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > IMemoryCache< / span > < / td >
< td > < span class = "parametername" > cache< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > TContext< / span > < / td >
< td > < span class = "parametername" > context< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > IOptionsMonitor< / span > < < a class = "xref" href = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreOptions.html" > OpenIddictEntityFrameworkCoreOptions< / a > > < / td >
< td > < span class = "parametername" > options< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h3 id = "properties" > Properties
< / h3 >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_Cache_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.Cache*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_Cache" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.Cache" > Cache< / h4 >
< div class = "markdown level1 summary" > < p > Gets the memory cache associated with the current store.< / p >
< / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > protected IMemoryCache Cache { get; }< / code > < / pre >
< / div >
< h5 class = "propertyValue" > Property Value< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > IMemoryCache< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_Context_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.Context*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_Context" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.Context" > Context< / h4 >
< div class = "markdown level1 summary" > < p > Gets the database context associated with the current store.< / p >
< / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > protected TContext Context { get; }< / code > < / pre >
< / div >
< h5 class = "propertyValue" > Property Value< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TContext< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_Options_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.Options*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_Options" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.Options" > Options< / h4 >
< div class = "markdown level1 summary" > < p > Gets the options associated with the current store.< / p >
< / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > protected IOptionsMonitor< OpenIddictEntityFrameworkCoreOptions> Options { get; }< / code > < / pre >
< / div >
< h5 class = "propertyValue" > Property Value< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > IOptionsMonitor< / span > < < a class = "xref" href = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreOptions.html" > OpenIddictEntityFrameworkCoreOptions< / a > > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h3 id = "methods" > Methods
< / h3 >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ConvertIdentifierFromString_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ConvertIdentifierFromString*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ConvertIdentifierFromString_System_String_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ConvertIdentifierFromString(System.String)" > ConvertIdentifierFromString(String)< / h4 >
< div class = "markdown level1 summary" > < p > Converts the provided identifier to a strongly typed key object.< / p >
< / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual TKey ConvertIdentifierFromString(string identifier)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > identifier< / span > < / td >
< td > < p > The identifier to convert.< / p >
< / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TKey< / span > < / td >
< td > < p > An instance of < code data-dev-comment-type = "typeparamref" class = "typeparamref" > TKey< / code > representing the provided identifier.< / p >
< / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ConvertIdentifierToString_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ConvertIdentifierToString*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ConvertIdentifierToString__2_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ConvertIdentifierToString(`2)" > ConvertIdentifierToString(TKey)< / h4 >
< div class = "markdown level1 summary" > < p > Converts the provided identifier to its string representation.< / p >
< / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual string ConvertIdentifierToString(TKey identifier)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TKey< / span > < / td >
< td > < span class = "parametername" > identifier< / span > < / td >
< td > < p > The identifier to convert.< / p >
< / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < p > A < span class = "xref" > System.String< / span > representation of the provided identifier.< / p >
< / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_CountAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.CountAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_CountAsync_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.CountAsync(CancellationToken)" > CountAsync(CancellationToken)< / h4 >
< div class="markdown level1 summary">< / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< long> CountAsync(CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > System.Int64< / span > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_CountAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.CountAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_CountAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.CountAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)" > CountAsync< TResult> (Func< IQueryable< TScope> , IQueryable< TResult> > , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< long> CountAsync< TResult> (Func< IQueryable< TScope> , IQueryable< TResult> > query, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.Func< / span > < < span class = "xref" > IQueryable< / span > < TScope> , < span class = "xref" > IQueryable< / span > < TResult> > < / td >
< td > < span class = "parametername" > query< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > System.Int64< / span > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "typeParameters" > Type Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "parametername" > TResult< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_CreateAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.CreateAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_CreateAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.CreateAsync(`0,CancellationToken)" > CreateAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask CreateAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_DeleteAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.DeleteAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_DeleteAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.DeleteAsync(`0,CancellationToken)" > DeleteAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask DeleteAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByIdAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByIdAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByIdAsync_System_String_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByIdAsync(System.String,CancellationToken)" > FindByIdAsync(String, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< TScope> FindByIdAsync(string identifier, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > identifier< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < TScope> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByNameAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByNameAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByNameAsync_System_String_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByNameAsync(System.String,CancellationToken)" > FindByNameAsync(String, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< TScope> FindByNameAsync(string name, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > name< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < TScope> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByNamesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByNamesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByNamesAsync_ImmutableArray_System_String__CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByNamesAsync(ImmutableArray{System.String},CancellationToken)" > FindByNamesAsync(ImmutableArray< String> , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual IAsyncEnumerable< TScope> FindByNamesAsync(ImmutableArray< string> names, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > ImmutableArray< / span > < < span class = "xref" > System.String< / span > > < / td >
< td > < span class = "parametername" > names< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > IAsyncEnumerable< / span > < TScope> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByResourceAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByResourceAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_FindByResourceAsync_System_String_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.FindByResourceAsync(System.String,CancellationToken)" > FindByResourceAsync(String, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual IAsyncEnumerable< TScope> FindByResourceAsync(string resource, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > resource< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > IAsyncEnumerable< / span > < TScope> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)" > GetAsync< TState, TResult> (Func< IQueryable< TScope> , TState, IQueryable< TResult> > , TState, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< TResult> GetAsync< TState, TResult> (Func< IQueryable< TScope> , TState, IQueryable< TResult> > query, TState state, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.Func< / span > < < span class = "xref" > IQueryable< / span > < TScope> , TState, < span class = "xref" > IQueryable< / span > < TResult> > < / td >
< td > < span class = "parametername" > query< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > TState< / span > < / td >
< td > < span class = "parametername" > state< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < TResult> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "typeParameters" > Type Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "parametername" > TState< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "parametername" > TResult< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDescriptionAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDescriptionAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDescriptionAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDescriptionAsync(`0,CancellationToken)" > GetDescriptionAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< string> GetDescriptionAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > System.String< / span > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDescriptionsAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDescriptionsAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDescriptionsAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDescriptionsAsync(`0,CancellationToken)" > GetDescriptionsAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< ImmutableDictionary< CultureInfo, string> > GetDescriptionsAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > ImmutableDictionary< / span > < < span class = "xref" > CultureInfo< / span > , < span class = "xref" > System.String< / span > > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDisplayNameAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDisplayNameAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDisplayNameAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDisplayNameAsync(`0,CancellationToken)" > GetDisplayNameAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< string> GetDisplayNameAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > System.String< / span > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDisplayNamesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDisplayNamesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetDisplayNamesAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetDisplayNamesAsync(`0,CancellationToken)" > GetDisplayNamesAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< ImmutableDictionary< CultureInfo, string> > GetDisplayNamesAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > ImmutableDictionary< / span > < < span class = "xref" > CultureInfo< / span > , < span class = "xref" > System.String< / span > > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetIdAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetIdAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetIdAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetIdAsync(`0,CancellationToken)" > GetIdAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< string> GetIdAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > System.String< / span > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetNameAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetNameAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetNameAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetNameAsync(`0,CancellationToken)" > GetNameAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< string> GetNameAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > System.String< / span > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetPropertiesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetPropertiesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetPropertiesAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetPropertiesAsync(`0,CancellationToken)" > GetPropertiesAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< ImmutableDictionary< string, JsonElement> > GetPropertiesAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > ImmutableDictionary< / span > < < span class = "xref" > System.String< / span > , < span class = "xref" > JsonElement< / span > > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetResourcesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetResourcesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_GetResourcesAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.GetResourcesAsync(`0,CancellationToken)" > GetResourcesAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< ImmutableArray< string> > GetResourcesAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < < span class = "xref" > ImmutableArray< / span > < < span class = "xref" > System.String< / span > > > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_InstantiateAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.InstantiateAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_InstantiateAsync_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.InstantiateAsync(CancellationToken)" > InstantiateAsync(CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask< TScope> InstantiateAsync(CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < TScope> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ListAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ListAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ListAsync_System_Nullable_System_Int32__System_Nullable_System_Int32__CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ListAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},CancellationToken)" > ListAsync(Nullable< Int32> , Nullable< Int32> , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual IAsyncEnumerable< TScope> ListAsync(int? count, int? offset, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.Nullable< / span > < < span class = "xref" > System.Int32< / span > > < / td >
< td > < span class = "parametername" > count< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > System.Nullable< / span > < < span class = "xref" > System.Int32< / span > > < / td >
< td > < span class = "parametername" > offset< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > IAsyncEnumerable< / span > < TScope> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ListAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ListAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_ListAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.ListAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)" > ListAsync< TState, TResult> (Func< IQueryable< TScope> , TState, IQueryable< TResult> > , TState, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual IAsyncEnumerable< TResult> ListAsync< TState, TResult> (Func< IQueryable< TScope> , TState, IQueryable< TResult> > query, TState state, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > System.Func< / span > < < span class = "xref" > IQueryable< / span > < TScope> , TState, < span class = "xref" > IQueryable< / span > < TResult> > < / td >
< td > < span class = "parametername" > query< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > TState< / span > < / td >
< td > < span class = "parametername" > state< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > IAsyncEnumerable< / span > < TResult> < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "typeParameters" > Type Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "parametername" > TState< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "parametername" > TResult< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDescriptionAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDescriptionAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDescriptionAsync__0_System_String_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDescriptionAsync(`0,System.String,CancellationToken)" > SetDescriptionAsync(TScope, String, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetDescriptionAsync(TScope scope, string description, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > description< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDescriptionsAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDescriptionsAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDescriptionsAsync__0_ImmutableDictionary_CultureInfo_System_String__CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDescriptionsAsync(`0,ImmutableDictionary{CultureInfo,System.String},CancellationToken)" > SetDescriptionsAsync(TScope, ImmutableDictionary< CultureInfo, String> , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetDescriptionsAsync(TScope scope, ImmutableDictionary< CultureInfo, string> descriptions, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > ImmutableDictionary< / span > < < span class = "xref" > CultureInfo< / span > , < span class = "xref" > System.String< / span > > < / td >
< td > < span class = "parametername" > descriptions< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDisplayNameAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDisplayNameAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDisplayNameAsync__0_System_String_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDisplayNameAsync(`0,System.String,CancellationToken)" > SetDisplayNameAsync(TScope, String, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetDisplayNameAsync(TScope scope, string name, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > name< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDisplayNamesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDisplayNamesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetDisplayNamesAsync__0_ImmutableDictionary_CultureInfo_System_String__CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetDisplayNamesAsync(`0,ImmutableDictionary{CultureInfo,System.String},CancellationToken)" > SetDisplayNamesAsync(TScope, ImmutableDictionary< CultureInfo, String> , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetDisplayNamesAsync(TScope scope, ImmutableDictionary< CultureInfo, string> names, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > ImmutableDictionary< / span > < < span class = "xref" > CultureInfo< / span > , < span class = "xref" > System.String< / span > > < / td >
< td > < span class = "parametername" > names< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetNameAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetNameAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetNameAsync__0_System_String_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetNameAsync(`0,System.String,CancellationToken)" > SetNameAsync(TScope, String, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetNameAsync(TScope scope, string name, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > System.String< / span > < / td >
< td > < span class = "parametername" > name< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetPropertiesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetPropertiesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetPropertiesAsync__0_ImmutableDictionary_System_String_JsonElement__CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetPropertiesAsync(`0,ImmutableDictionary{System.String,JsonElement},CancellationToken)" > SetPropertiesAsync(TScope, ImmutableDictionary< String, JsonElement> , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetPropertiesAsync(TScope scope, ImmutableDictionary< string, JsonElement> properties, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > ImmutableDictionary< / span > < < span class = "xref" > System.String< / span > , < span class = "xref" > JsonElement< / span > > < / td >
< td > < span class = "parametername" > properties< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetResourcesAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetResourcesAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_SetResourcesAsync__0_ImmutableArray_System_String__CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.SetResourcesAsync(`0,ImmutableArray{System.String},CancellationToken)" > SetResourcesAsync(TScope, ImmutableArray< String> , CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask SetResourcesAsync(TScope scope, ImmutableArray< string> resources, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > ImmutableArray< / span > < < span class = "xref" > System.String< / span > > < / td >
< td > < span class = "parametername" > resources< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< a id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_UpdateAsync_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.UpdateAsync*" > < / a >
< h4 id = "OpenIddict_EntityFrameworkCore_OpenIddictEntityFrameworkCoreScopeStore_3_UpdateAsync__0_CancellationToken_" data-uid = "OpenIddict.EntityFrameworkCore.OpenIddictEntityFrameworkCoreScopeStore`3.UpdateAsync(`0,CancellationToken)" > UpdateAsync(TScope, CancellationToken)< / h4 >
< div class = "markdown level1 summary" > < / div >
< div class = "markdown level1 conceptual" > < / div >
< h5 class = "decalaration" > Declaration< / h5 >
< div class = "codewrapper" >
< pre > < code class = "lang-csharp hljs" > public virtual ValueTask UpdateAsync(TScope scope, CancellationToken cancellationToken)< / code > < / pre >
< / div >
< h5 class = "parameters" > Parameters< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Name< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td > < span class = "xref" > TScope< / span > < / td >
< td > < span class = "parametername" > scope< / span > < / td >
< td > < / td >
< / tr >
< tr >
< td > < span class = "xref" > CancellationToken< / span > < / td >
< td > < span class = "parametername" > cancellationToken< / span > < / td >
< td > < / td >
< / tr >
< / tbody >
< / table >
< h5 class = "returns" > Returns< / h5 >
< table class = "table table-bordered table-striped table-condensed" >
< thead >
< tr >
< th > Type< / th >
< th > Description< / th >
< / tr >
< / thead >
< tbody >
< tr >
2021-01-24 16:39:56 +08:00
< td > < span class = "xref" > ValueTask< / span > < / td >
2021-01-18 02:24:47 +08:00
< td > < / td >
< / tr >
< / tbody >
< / table >
< / article >
< / div >
< div class = "hidden-sm col-md-2" role = "complementary" >
< div class = "sideaffix" >
< div class = "contribution" >
< ul class = "nav" >
< / ul >
< / div >
< nav class = "bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id = "affix" >
< h5 > In This Article< / h5 >
< div > < / div >
< / nav >
< / div >
< / div >
< / div >
< / div >
< footer >
< div class = "grad-bottom" > < / div >
< div class = "footer" >
< div class = "container" >
< span class = "pull-right" >
< a href = "#top" > Back to top< / a >
< / span >
< span > Generated by < strong > DocFX< / strong > < / span >
< / div >
< / div >
< / footer >
< / div >
< script type = "text/javascript" src = "../styles/docfx.vendor.js" > < / script >
< script type = "text/javascript" src = "../styles/docfx.js" > < / script >
< script type = "text/javascript" src = "../styles/main.js" > < / script >
< / body >
< / html >