mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-08-13 06:53:32 +08:00
Update the documentation pages
This commit is contained in:
@@ -149,7 +149,7 @@ whose result returns the number of scopes in the database.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_CountAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.CountAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_CountAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.CountAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync<TResult>(Func<IQueryable<TScope>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_CountAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.CountAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync<TResult>(Func<IQueryable<TScope>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<div class="markdown level1 summary"><p>Determines the number of scopes that match the specified query.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -168,7 +168,7 @@ whose result returns the number of scopes in the database.</p>
|
||||
</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="xref">Func</span><<span class="xref">IQueryable</span><TScope>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -525,7 +525,7 @@ whose result returns the scope corresponding to the specified name.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_GetAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.GetAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_GetAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.GetAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync<TState, TResult>(Func<IQueryable<TScope>, TState, IQueryable<TResult>>, TState, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_GetAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.GetAsync``2(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"><p>Executes the specified query and returns the first element.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -544,7 +544,7 @@ whose result returns the scope corresponding to the specified name.</p>
|
||||
</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="xref">Func</span><<span class="xref">IQueryable</span><TScope>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1123,7 +1123,7 @@ whose result returns the instantiated scope, that can be persisted in the databa
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_ListAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.ListAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_ListAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.ListAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync<TState, TResult>(Func<IQueryable<TScope>, TState, IQueryable<TResult>>, TState, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeStore_1_ListAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeStore`1.ListAsync``2(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"><p>Executes the specified query and returns all the corresponding elements.</p>
|
||||
</div>
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
@@ -1142,7 +1142,7 @@ whose result returns the instantiated scope, that can be persisted in the databa
|
||||
</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="xref">Func</span><<span class="xref">IQueryable</span><TScope>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user