Update the documentation pages

This commit is contained in:
OpenIddict Bot
2021-01-24 08:39:56 +00:00
parent 6733771c00
commit c637afeebf
469 changed files with 4841 additions and 4835 deletions

View File

@@ -139,8 +139,8 @@
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the number of scopes in the database.</p>
</td>
</tr>
@@ -191,8 +191,8 @@ whose result returns the number of scopes in the database.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.Int64</span>&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the number of scopes that match the specified query.</p>
</td>
</tr>
@@ -259,8 +259,8 @@ whose result returns the number of scopes that match the specified query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -310,8 +310,8 @@ whose result returns the number of scopes that match the specified query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -361,8 +361,8 @@ whose result returns the number of scopes that match the specified query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the scope corresponding to the identifier.</p>
</td>
</tr>
@@ -413,8 +413,8 @@ whose result returns the scope corresponding to the identifier.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the scope corresponding to the specified name.</p>
</td>
</tr>
@@ -465,7 +465,7 @@ whose result returns the scope corresponding to the specified name.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><p>The scopes corresponding to the specified names.</p>
</td>
</tr>
@@ -516,7 +516,7 @@ whose result returns the scope corresponding to the specified name.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><p>The scopes associated with the specified resource.</p>
</td>
</tr>
@@ -573,8 +573,8 @@ whose result returns the scope corresponding to the specified name.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TResult&gt;</td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation,
whose result returns the first element returned when executing the query.</p>
</td>
</tr>
@@ -646,8 +646,8 @@ whose result returns the first element returned when executing the query.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the description associated with the specified scope.</p>
</td>
</tr>
@@ -698,8 +698,8 @@ whose result returns the description associated with the specified scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">CultureInfo</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">CultureInfo</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the localized descriptions associated with the specified scope.</p>
</td>
</tr>
@@ -750,8 +750,8 @@ whose result returns all the localized descriptions associated with the specifie
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the display name associated with the scope.</p>
</td>
</tr>
@@ -802,8 +802,8 @@ whose result returns the display name associated with the scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">CultureInfo</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">CultureInfo</span>, <span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the localized display names associated with the scope.</p>
</td>
</tr>
@@ -854,8 +854,8 @@ whose result returns all the localized display names associated with the scope.<
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the unique identifier associated with the scope.</p>
</td>
</tr>
@@ -906,8 +906,8 @@ whose result returns the unique identifier associated with the scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">System.String</span>&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the name associated with the specified scope.</p>
</td>
</tr>
@@ -958,8 +958,8 @@ whose result returns the name associated with the specified scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">JsonElement</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation, whose
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableDictionary</span>&lt;<span class="xref">System.String</span>, <span class="xref">JsonElement</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation, whose
result returns all the additional properties associated with the scope.</p>
</td>
</tr>
@@ -1010,8 +1010,8 @@ result returns all the additional properties associated with the scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;<span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;<span class="xref">ImmutableArray</span>&lt;<span class="xref">System.String</span>&gt;&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns all the resources associated with the scope.</p>
</td>
</tr>
@@ -1056,8 +1056,8 @@ whose result returns all the resources associated with the scope.</p>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask&lt;TResult&gt;</span> that can be used to monitor the asynchronous operation,
<td><span class="xref">ValueTask</span>&lt;TScope&gt;</td>
<td><p>A <see cref="!:ValueTask&lt;TResult>"></see> that can be used to monitor the asynchronous operation,
whose result returns the instantiated scope, that can be persisted in the database.</p>
</td>
</tr>
@@ -1114,7 +1114,7 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TScope&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
@@ -1171,7 +1171,7 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><span class="xref">IAsyncEnumerable</span>&lt;TResult&gt;</td>
<td><p>All the elements returned when executing the specified query.</p>
</td>
</tr>
@@ -1249,8 +1249,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1306,8 +1306,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1363,8 +1363,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1420,8 +1420,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1477,8 +1477,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1534,8 +1534,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1591,8 +1591,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>
@@ -1642,8 +1642,8 @@ whose result returns the instantiated scope, that can be persisted in the databa
</thead>
<tbody>
<tr>
<td><span class="xref">System.Threading.Tasks.ValueTask</span></td>
<td><p>A <span class="xref">System.Threading.Tasks.ValueTask</span> that can be used to monitor the asynchronous operation.</p>
<td><span class="xref">ValueTask</span></td>
<td><p>A <see cref="!:ValueTask"></see> that can be used to monitor the asynchronous operation.</p>
</td>
</tr>
</tbody>