Skip to content

Commit 5b656ca

Browse files
author
json-api-cibuild
committed
Automated commit from cibuild
1 parent 8a03650 commit 5b656ca

File tree

112 files changed

+13651
-8557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+13651
-8557
lines changed

api/JsonApiDotNetCore.AtomicOperations.OperationsProcessor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h2 class="section" id="constructors">Constructors
151151

152152
<a id="JsonApiDotNetCore_AtomicOperations_OperationsProcessor__ctor_" data-uid="JsonApiDotNetCore.AtomicOperations.OperationsProcessor.#ctor*"></a>
153153

154-
<h3 id="JsonApiDotNetCore_AtomicOperations_OperationsProcessor__ctor_JsonApiDotNetCore_AtomicOperations_IOperationProcessorAccessor_JsonApiDotNetCore_AtomicOperations_IOperationsTransactionFactory_JsonApiDotNetCore_AtomicOperations_ILocalIdTracker_JsonApiDotNetCore_Configuration_IResourceGraph_JsonApiDotNetCore_Middleware_IJsonApiRequest_JsonApiDotNetCore_Resources_ITargetedFields_JsonApiDotNetCore_Queries_Internal_ISparseFieldSetCache_" data-uid="JsonApiDotNetCore.AtomicOperations.OperationsProcessor.#ctor(JsonApiDotNetCore.AtomicOperations.IOperationProcessorAccessor,JsonApiDotNetCore.AtomicOperations.IOperationsTransactionFactory,JsonApiDotNetCore.AtomicOperations.ILocalIdTracker,JsonApiDotNetCore.Configuration.IResourceGraph,JsonApiDotNetCore.Middleware.IJsonApiRequest,JsonApiDotNetCore.Resources.ITargetedFields,JsonApiDotNetCore.Queries.Internal.ISparseFieldSetCache)">
154+
<h3 id="JsonApiDotNetCore_AtomicOperations_OperationsProcessor__ctor_JsonApiDotNetCore_AtomicOperations_IOperationProcessorAccessor_JsonApiDotNetCore_AtomicOperations_IOperationsTransactionFactory_JsonApiDotNetCore_AtomicOperations_ILocalIdTracker_JsonApiDotNetCore_Configuration_IResourceGraph_JsonApiDotNetCore_Middleware_IJsonApiRequest_JsonApiDotNetCore_Resources_ITargetedFields_JsonApiDotNetCore_Queries_ISparseFieldSetCache_" data-uid="JsonApiDotNetCore.AtomicOperations.OperationsProcessor.#ctor(JsonApiDotNetCore.AtomicOperations.IOperationProcessorAccessor,JsonApiDotNetCore.AtomicOperations.IOperationsTransactionFactory,JsonApiDotNetCore.AtomicOperations.ILocalIdTracker,JsonApiDotNetCore.Configuration.IResourceGraph,JsonApiDotNetCore.Middleware.IJsonApiRequest,JsonApiDotNetCore.Resources.ITargetedFields,JsonApiDotNetCore.Queries.ISparseFieldSetCache)">
155155
OperationsProcessor(IOperationProcessorAccessor, IOperationsTransactionFactory, ILocalIdTracker, IResourceGraph, IJsonApiRequest, ITargetedFields, ISparseFieldSetCache)
156156
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/AtomicOperations/OperationsProcessor.cs/#L24"><i class="bi bi-code-slash"></i></a>
157157
</h3>
@@ -177,7 +177,7 @@ <h4 class="section">Parameters</h4>
177177
<dd></dd>
178178
<dt><code>targetedFields</code> <a class="xref" href="JsonApiDotNetCore.Resources.ITargetedFields.html">ITargetedFields</a></dt>
179179
<dd></dd>
180-
<dt><code>sparseFieldSetCache</code> <a class="xref" href="JsonApiDotNetCore.Queries.Internal.ISparseFieldSetCache.html">ISparseFieldSetCache</a></dt>
180+
<dt><code>sparseFieldSetCache</code> <a class="xref" href="JsonApiDotNetCore.Queries.ISparseFieldSetCache.html">ISparseFieldSetCache</a></dt>
181181
<dd></dd>
182182
</dl>
183183

api/JsonApiDotNetCore.Queries.Expressions.AnyExpression.html

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,20 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
7979

8080
<h1 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression" class="text-break">
8181
Class AnyExpression
82-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L11"><i class="bi bi-code-slash"></i></a>
82+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L16"><i class="bi bi-code-slash"></i></a>
8383
</h1>
8484

8585
<div class="facts text-secondary">
8686
<dl><dt>Namespace</dt><dd><a class="xref" href="JsonApiDotNetCore.html">JsonApiDotNetCore</a>.<a class="xref" href="JsonApiDotNetCore.Queries.html">Queries</a>.<a class="xref" href="JsonApiDotNetCore.Queries.Expressions.html">Expressions</a></dd></dl>
8787
<dl><dt>Assembly</dt><dd>JsonApiDotNetCore.dll</dd></dl>
8888
</div>
8989

90-
<div class="markdown summary"><p>Represents the &quot;any&quot; filter function, resulting from text such as: any(name,'Jack','Joe')</p>
90+
<div class="markdown summary"><p>This expression allows to test if an attribute value equals any of the specified constants. It represents the &quot;any&quot; filter function, resulting from
91+
text such as:
92+
<code>
93+
any(owner.name,'Jack','Joe','John')
94+
</code>
95+
.</p>
9196
</div>
9297
<div class="markdown conceptual"></div>
9398

@@ -115,6 +120,9 @@ <h1 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression" data-uid="JsonApiDo
115120
<dl class="typelist derived">
116121
<dt>Inherited Members</dt>
117122
<dd>
123+
<div>
124+
<a class="xref" href="JsonApiDotNetCore.Queries.Expressions.FilterExpression.html#JsonApiDotNetCore_Queries_Expressions_FilterExpression_ReturnType">FilterExpression.ReturnType</a>
125+
</div>
118126
<div>
119127
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a>
120128
</div>
@@ -142,7 +150,7 @@ <h2 class="section" id="constructors">Constructors
142150

143151
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression__ctor_JsonApiDotNetCore_Queries_Expressions_ResourceFieldChainExpression_System_Collections_Immutable_IImmutableSet_JsonApiDotNetCore_Queries_Expressions_LiteralConstantExpression__" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.#ctor(JsonApiDotNetCore.Queries.Expressions.ResourceFieldChainExpression,System.Collections.Immutable.IImmutableSet{JsonApiDotNetCore.Queries.Expressions.LiteralConstantExpression})">
144152
AnyExpression(ResourceFieldChainExpression, IImmutableSet&lt;LiteralConstantExpression&gt;)
145-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L17"><i class="bi bi-code-slash"></i></a>
153+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L29"><i class="bi bi-code-slash"></i></a>
146154
</h3>
147155

148156
<div class="markdown level1 summary"></div>
@@ -179,10 +187,11 @@ <h2 class="section" id="properties">Properties
179187

180188
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_Constants" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.Constants">
181189
Constants
182-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L15"><i class="bi bi-code-slash"></i></a>
190+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L27"><i class="bi bi-code-slash"></i></a>
183191
</h3>
184192

185-
<div class="markdown level1 summary"></div>
193+
<div class="markdown level1 summary"><p>One or more constants to compare the attribute's value against.</p>
194+
</div>
186195
<div class="markdown level1 conceptual"></div>
187196

188197
<div class="codewrapper">
@@ -210,10 +219,11 @@ <h4 class="section">Property Value</h4>
210219

211220
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_TargetAttribute" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.TargetAttribute">
212221
TargetAttribute
213-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L14"><i class="bi bi-code-slash"></i></a>
222+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L22"><i class="bi bi-code-slash"></i></a>
214223
</h3>
215224

216-
<div class="markdown level1 summary"></div>
225+
<div class="markdown level1 summary"><p>The attribute whose value to compare. Chain format: an optional list of to-one relationships, followed by an attribute.</p>
226+
</div>
217227
<div class="markdown level1 conceptual"></div>
218228

219229
<div class="codewrapper">
@@ -245,7 +255,7 @@ <h2 class="section" id="methods">Methods
245255

246256
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_Accept__2_JsonApiDotNetCore_Queries_Expressions_QueryExpressionVisitor___0___1____0_" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.Accept``2(JsonApiDotNetCore.Queries.Expressions.QueryExpressionVisitor{``0,``1},``0)">
247257
Accept&lt;TArgument, TResult&gt;(QueryExpressionVisitor&lt;TArgument, TResult&gt;, TArgument)
248-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L26"><i class="bi bi-code-slash"></i></a>
258+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L38"><i class="bi bi-code-slash"></i></a>
249259
</h3>
250260

251261
<div class="markdown level1 summary"></div>
@@ -290,7 +300,7 @@ <h4 class="section">Type Parameters</h4>
290300

291301
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_Equals_System_Object_" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.Equals(System.Object)">
292302
Equals(object?)
293-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L55"><i class="bi bi-code-slash"></i></a>
303+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L67"><i class="bi bi-code-slash"></i></a>
294304
</h3>
295305

296306
<div class="markdown level1 summary"></div>
@@ -326,7 +336,7 @@ <h4 class="section">Returns</h4>
326336

327337
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_GetHashCode" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.GetHashCode">
328338
GetHashCode()
329-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L72"><i class="bi bi-code-slash"></i></a>
339+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L84"><i class="bi bi-code-slash"></i></a>
330340
</h3>
331341

332342
<div class="markdown level1 summary"></div>
@@ -357,7 +367,7 @@ <h4 class="section">Returns</h4>
357367

358368
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_ToFullString" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.ToFullString">
359369
ToFullString()
360-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L36"><i class="bi bi-code-slash"></i></a>
370+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L48"><i class="bi bi-code-slash"></i></a>
361371
</h3>
362372

363373
<div class="markdown level1 summary"></div>
@@ -388,7 +398,7 @@ <h4 class="section">Returns</h4>
388398

389399
<h3 id="JsonApiDotNetCore_Queries_Expressions_AnyExpression_ToString" data-uid="JsonApiDotNetCore.Queries.Expressions.AnyExpression.ToString">
390400
ToString()
391-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L31"><i class="bi bi-code-slash"></i></a>
401+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L43"><i class="bi bi-code-slash"></i></a>
392402
</h3>
393403

394404
<div class="markdown level1 summary"></div>
@@ -419,7 +429,7 @@ <h4 class="section">Returns</h4>
419429
</article>
420430

421431
<div class="contribution d-print-none">
422-
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L11" class="edit-link">Edit this page</a>
432+
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/Expressions/AnyExpression.cs/#L16" class="edit-link">Edit this page</a>
423433
</div>
424434

425435

0 commit comments

Comments
 (0)