Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-02-08 10:58:19 +00:00
parent 0718bfe145
commit 83e8df701f
136 changed files with 2000 additions and 2029 deletions

View File

@@ -308,7 +308,7 @@ whose result returns the number of scopes in the database.</p>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_CountAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.CountAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">CountAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, 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>
@@ -327,7 +327,7 @@ whose result returns the number of scopes in the database.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -735,7 +735,7 @@ whose result returns the scope corresponding to the specified name.</p>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">GetAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">GetAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, 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>
@@ -754,7 +754,7 @@ whose result returns the scope corresponding to the specified name.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -803,7 +803,7 @@ whose result returns the first element returned when executing the query.</p>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_GetAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.GetAsync``2(Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">GetAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt;, 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>
@@ -822,7 +822,7 @@ whose result returns the first element returned when executing the query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -1583,7 +1583,7 @@ whose result returns all the resources associated with the scope.</p>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync__1_System_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync``1(System.Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">ListAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, CancellationToken)</h4>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync__1_Func_IQueryable__0__IQueryable___0___CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync``1(Func{IQueryable{`0},IQueryable{``0}},CancellationToken)">ListAsync&lt;TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, IQueryable&lt;TResult&gt;&gt;, 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>
@@ -1602,7 +1602,7 @@ whose result returns all the resources associated with the scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>
@@ -1650,7 +1650,7 @@ whose result returns all the resources associated with the scope.</p>
<a id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync*"></a>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync__2_System_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync``2(System.Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt;, TState, CancellationToken)</h4>
<h4 id="OpenIddict_Core_OpenIddictScopeManager_1_ListAsync__2_Func_IQueryable__0____0_IQueryable___1_____0_CancellationToken_" data-uid="OpenIddict.Core.OpenIddictScopeManager`1.ListAsync``2(Func{IQueryable{`0},``0,IQueryable{``1}},``0,CancellationToken)">ListAsync&lt;TState, TResult&gt;(Func&lt;IQueryable&lt;TScope&gt;, TState, IQueryable&lt;TResult&gt;&gt;, 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>
@@ -1669,7 +1669,7 @@ whose result returns all the resources associated with the scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="xref">Func</span>&lt;<span class="xref">IQueryable</span>&lt;TScope&gt;, TState, <span class="xref">IQueryable</span>&lt;TResult&gt;&gt;</td>
<td><span class="parametername">query</span></td>
<td><p>The query to execute.</p>
</td>