mirror of
https://gitee.com/dcren/openiddict-documentation.git
synced 2026-06-29 02:21:53 +08:00
Update the documentation pages
This commit is contained in:
@@ -137,7 +137,7 @@ whose result returns the number of scopes in the database.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeManager_CountAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.CountAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_CountAsync__1_System_Func_IQueryable_System_Object__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.CountAsync``1(System.Func{IQueryable{System.Object},IQueryable{``0}},CancellationToken)">CountAsync<TResult>(Func<IQueryable<Object>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_CountAsync__1_Func_IQueryable_System_Object__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.CountAsync``1(Func{IQueryable{System.Object},IQueryable{``0}},CancellationToken)">CountAsync<TResult>(Func<IQueryable<Object>, 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>
|
||||
@@ -156,7 +156,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><<span class="xref">System.Object</span>>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -564,7 +564,7 @@ whose result returns the scope corresponding to the specified name.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeManager_GetAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.GetAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_GetAsync__1_System_Func_IQueryable_System_Object__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.GetAsync``1(System.Func{IQueryable{System.Object},IQueryable{``0}},CancellationToken)">GetAsync<TResult>(Func<IQueryable<Object>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_GetAsync__1_Func_IQueryable_System_Object__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.GetAsync``1(Func{IQueryable{System.Object},IQueryable{``0}},CancellationToken)">GetAsync<TResult>(Func<IQueryable<Object>, IQueryable<TResult>>, 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>
|
||||
@@ -583,7 +583,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><<span class="xref">System.Object</span>>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -632,7 +632,7 @@ whose result returns the first element returned when executing the query.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeManager_GetAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.GetAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_GetAsync__2_System_Func_IQueryable_System_Object____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.GetAsync``2(System.Func{IQueryable{System.Object},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync<TState, TResult>(Func<IQueryable<Object>, TState, IQueryable<TResult>>, TState, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_GetAsync__2_Func_IQueryable_System_Object____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.GetAsync``2(Func{IQueryable{System.Object},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync<TState, TResult>(Func<IQueryable<Object>, 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>
|
||||
@@ -651,7 +651,7 @@ whose result returns the first element returned when executing the query.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1412,7 +1412,7 @@ whose result returns all the resources associated with the scope.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeManager_ListAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.ListAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_ListAsync__1_System_Func_IQueryable_System_Object__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.ListAsync``1(System.Func{IQueryable{System.Object},IQueryable{``0}},CancellationToken)">ListAsync<TResult>(Func<IQueryable<Object>, IQueryable<TResult>>, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_ListAsync__1_Func_IQueryable_System_Object__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.ListAsync``1(Func{IQueryable{System.Object},IQueryable{``0}},CancellationToken)">ListAsync<TResult>(Func<IQueryable<Object>, IQueryable<TResult>>, 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>
|
||||
@@ -1431,7 +1431,7 @@ whose result returns all the resources associated with the scope.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="parametername">query</span></td>
|
||||
<td><p>The query to execute.</p>
|
||||
</td>
|
||||
@@ -1479,7 +1479,7 @@ whose result returns all the resources associated with the scope.</p>
|
||||
|
||||
|
||||
<a id="OpenIddict_Abstractions_IOpenIddictScopeManager_ListAsync_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.ListAsync*"></a>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_ListAsync__2_System_Func_IQueryable_System_Object____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.ListAsync``2(System.Func{IQueryable{System.Object},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync<TState, TResult>(Func<IQueryable<Object>, TState, IQueryable<TResult>>, TState, CancellationToken)</h4>
|
||||
<h4 id="OpenIddict_Abstractions_IOpenIddictScopeManager_ListAsync__2_Func_IQueryable_System_Object____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Abstractions.IOpenIddictScopeManager.ListAsync``2(Func{IQueryable{System.Object},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync<TState, TResult>(Func<IQueryable<Object>, 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>
|
||||
@@ -1498,7 +1498,7 @@ whose result returns all the resources associated with the scope.</p>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td><span class="xref">System.Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, TState, <span class="xref">IQueryable</span><TResult>></td>
|
||||
<td><span class="xref">Func</span><<span class="xref">IQueryable</span><<span class="xref">System.Object</span>>, 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