Skip to content

Commit 5655183

Browse files
author
json-api-cibuild
committed
Automated commit from cibuild
1 parent dd78b72 commit 5655183

6 files changed

+20
-20
lines changed

api/JsonApiDotNetCore.Controllers.JsonApiEndpoints.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
8080

8181
<h1 id="JsonApiDotNetCore_Controllers_JsonApiEndpoints" data-uid="JsonApiDotNetCore.Controllers.JsonApiEndpoints" class="text-break">
8282
Enum JsonApiEndpoints
83-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Controllers/JsonApiEndpoints.shared.cs/#L9"><i class="bi bi-code-slash"></i></a>
83+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Controllers/JsonApiEndpoints.shared.cs/#L6"><i class="bi bi-code-slash"></i></a>
8484
</h1>
8585

8686
<div class="facts text-secondary">
@@ -143,7 +143,7 @@ <h2 id="fields">Fields
143143
</article>
144144

145145
<div class="contribution d-print-none">
146-
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Controllers/JsonApiEndpoints.shared.cs/#L9" class="edit-link">Edit this page</a>
146+
<a href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore.Annotations/Controllers/JsonApiEndpoints.shared.cs/#L6" class="edit-link">Edit this page</a>
147147
</div>
148148

149149

api/JsonApiDotNetCore.Queries.QueryLayerComposer.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="section" id="methods">Methods
200200

201201
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_ComposeForGetById__1___0_JsonApiDotNetCore_Configuration_ResourceType_JsonApiDotNetCore_Queries_TopFieldSelection_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.ComposeForGetById``1(``0,JsonApiDotNetCore.Configuration.ResourceType,JsonApiDotNetCore.Queries.TopFieldSelection)">
202202
ComposeForGetById&lt;TId&gt;(TId, ResourceType, TopFieldSelection)
203-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L267"><i class="bi bi-code-slash"></i></a>
203+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L266"><i class="bi bi-code-slash"></i></a>
204204
</h3>
205205

206206
<div class="markdown level1 summary"><p>Collects constraints and builds a <a class="xref" href="JsonApiDotNetCore.Queries.QueryLayer.html">QueryLayer</a> out of them, used to retrieve one resource.</p>
@@ -246,7 +246,7 @@ <h4 class="section">Type Parameters</h4>
246246

247247
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_ComposeForGetRelationshipRightIds_JsonApiDotNetCore_Resources_Annotations_RelationshipAttribute_System_Collections_Generic_ICollection_JsonApiDotNetCore_Resources_IIdentifiable__" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.ComposeForGetRelationshipRightIds(JsonApiDotNetCore.Resources.Annotations.RelationshipAttribute,System.Collections.Generic.ICollection{JsonApiDotNetCore.Resources.IIdentifiable})">
248248
ComposeForGetRelationshipRightIds(RelationshipAttribute, ICollection&lt;IIdentifiable&gt;)
249-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L414"><i class="bi bi-code-slash"></i></a>
249+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L413"><i class="bi bi-code-slash"></i></a>
250250
</h3>
251251

252252
<div class="markdown level1 summary"><p>Builds a query for the specified relationship with a filter to match on its right resource IDs.</p>
@@ -285,7 +285,7 @@ <h4 class="section">Returns</h4>
285285

286286
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_ComposeForGetTargetedSecondaryResourceIds_JsonApiDotNetCore_Resources_IIdentifiable_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.ComposeForGetTargetedSecondaryResourceIds(JsonApiDotNetCore.Resources.IIdentifiable)">
287287
ComposeForGetTargetedSecondaryResourceIds(IIdentifiable)
288-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L396"><i class="bi bi-code-slash"></i></a>
288+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L395"><i class="bi bi-code-slash"></i></a>
289289
</h3>
290290

291291
<div class="markdown level1 summary"><p>Builds a query for each targeted relationship with a filter to match on its right resource IDs.</p>
@@ -322,7 +322,7 @@ <h4 class="section">Returns</h4>
322322

323323
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_ComposeForHasMany__1_JsonApiDotNetCore_Resources_Annotations_HasManyAttribute___0_System_Collections_Generic_ICollection_JsonApiDotNetCore_Resources_IIdentifiable__" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.ComposeForHasMany``1(JsonApiDotNetCore.Resources.Annotations.HasManyAttribute,``0,System.Collections.Generic.ICollection{JsonApiDotNetCore.Resources.IIdentifiable})">
324324
ComposeForHasMany&lt;TId&gt;(HasManyAttribute, TId, ICollection&lt;IIdentifiable&gt;)
325-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L439"><i class="bi bi-code-slash"></i></a>
325+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L438"><i class="bi bi-code-slash"></i></a>
326326
</h3>
327327

328328
<div class="markdown level1 summary"><p>Builds a query for a to-many relationship with a filter to match on its left and right resource IDs.</p>
@@ -368,7 +368,7 @@ <h4 class="section">Type Parameters</h4>
368368

369369
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_ComposeForUpdate__1___0_JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.ComposeForUpdate``1(``0,JsonApiDotNetCore.Configuration.ResourceType)">
370370
ComposeForUpdate&lt;TId&gt;(TId, ResourceType)
371-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L376"><i class="bi bi-code-slash"></i></a>
371+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L375"><i class="bi bi-code-slash"></i></a>
372372
</h3>
373373

374374
<div class="markdown level1 summary"><p>Builds a query that retrieves the primary resource, including all of its attributes and all targeted relationships, during a create/update/delete
@@ -450,7 +450,7 @@ <h4 class="section">Returns</h4>
450450

451451
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_ComposeSecondaryLayerForRelationship_JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.ComposeSecondaryLayerForRelationship(JsonApiDotNetCore.Configuration.ResourceType)">
452452
ComposeSecondaryLayerForRelationship(ResourceType)
453-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L295"><i class="bi bi-code-slash"></i></a>
453+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L294"><i class="bi bi-code-slash"></i></a>
454454
</h3>
455455

456456
<div class="markdown level1 summary"><p>Collects constraints and builds the secondary layer for a relationship endpoint.</p>
@@ -487,7 +487,7 @@ <h4 class="section">Returns</h4>
487487

488488
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_GetFilter_System_Collections_Generic_IReadOnlyCollection_JsonApiDotNetCore_Queries_Expressions_QueryExpression__JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.GetFilter(System.Collections.Generic.IReadOnlyCollection{JsonApiDotNetCore.Queries.Expressions.QueryExpression},JsonApiDotNetCore.Configuration.ResourceType)">
489489
GetFilter(IReadOnlyCollection&lt;QueryExpression&gt;, ResourceType)
490-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L482"><i class="bi bi-code-slash"></i></a>
490+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L481"><i class="bi bi-code-slash"></i></a>
491491
</h3>
492492

493493
<div class="markdown level1 summary"></div>
@@ -525,7 +525,7 @@ <h4 class="section">Returns</h4>
525525

526526
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_GetIncludeElements_System_Collections_Immutable_IImmutableSet_JsonApiDotNetCore_Queries_Expressions_IncludeElementExpression__JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.GetIncludeElements(System.Collections.Immutable.IImmutableSet{JsonApiDotNetCore.Queries.Expressions.IncludeElementExpression},JsonApiDotNetCore.Configuration.ResourceType)">
527527
GetIncludeElements(IImmutableSet&lt;IncludeElementExpression&gt;, ResourceType)
528-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L474"><i class="bi bi-code-slash"></i></a>
528+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L473"><i class="bi bi-code-slash"></i></a>
529529
</h3>
530530

531531
<div class="markdown level1 summary"></div>
@@ -563,7 +563,7 @@ <h4 class="section">Returns</h4>
563563

564564
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_GetPagination_System_Collections_Generic_IReadOnlyCollection_JsonApiDotNetCore_Queries_Expressions_QueryExpression__JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.GetPagination(System.Collections.Generic.IReadOnlyCollection{JsonApiDotNetCore.Queries.Expressions.QueryExpression},JsonApiDotNetCore.Configuration.ResourceType)">
565565
GetPagination(IReadOnlyCollection&lt;QueryExpression&gt;, ResourceType)
566-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L512"><i class="bi bi-code-slash"></i></a>
566+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L511"><i class="bi bi-code-slash"></i></a>
567567
</h3>
568568

569569
<div class="markdown level1 summary"></div>
@@ -682,7 +682,7 @@ <h4 class="section">Type Parameters</h4>
682682

683683
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_GetSelectionForSparseAttributeSet_JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.GetSelectionForSparseAttributeSet(JsonApiDotNetCore.Configuration.ResourceType)">
684684
GetSelectionForSparseAttributeSet(ResourceType)
685-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L527"><i class="bi bi-code-slash"></i></a>
685+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L526"><i class="bi bi-code-slash"></i></a>
686686
</h3>
687687

688688
<div class="markdown level1 summary"></div>
@@ -718,7 +718,7 @@ <h4 class="section">Returns</h4>
718718

719719
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_GetSort_System_Collections_Generic_IReadOnlyCollection_JsonApiDotNetCore_Queries_Expressions_QueryExpression__JsonApiDotNetCore_Configuration_ResourceType_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.GetSort(System.Collections.Generic.IReadOnlyCollection{JsonApiDotNetCore.Queries.Expressions.QueryExpression},JsonApiDotNetCore.Configuration.ResourceType)">
720720
GetSort(IReadOnlyCollection&lt;QueryExpression&gt;, ResourceType)
721-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L493"><i class="bi bi-code-slash"></i></a>
721+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L492"><i class="bi bi-code-slash"></i></a>
722722
</h3>
723723

724724
<div class="markdown level1 summary"></div>
@@ -756,7 +756,7 @@ <h4 class="section">Returns</h4>
756756

757757
<h3 id="JsonApiDotNetCore_Queries_QueryLayerComposer_WrapLayerForSecondaryEndpoint__1_JsonApiDotNetCore_Queries_QueryLayer_JsonApiDotNetCore_Configuration_ResourceType___0_JsonApiDotNetCore_Resources_Annotations_RelationshipAttribute_" data-uid="JsonApiDotNetCore.Queries.QueryLayerComposer.WrapLayerForSecondaryEndpoint``1(JsonApiDotNetCore.Queries.QueryLayer,JsonApiDotNetCore.Configuration.ResourceType,``0,JsonApiDotNetCore.Resources.Annotations.RelationshipAttribute)">
758758
WrapLayerForSecondaryEndpoint&lt;TId&gt;(QueryLayer, ResourceType, TId, RelationshipAttribute)
759-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L318"><i class="bi bi-code-slash"></i></a>
759+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Queries/QueryLayerComposer.cs/#L317"><i class="bi bi-code-slash"></i></a>
760760
</h3>
761761

762762
<div class="markdown level1 summary"><p>Wraps a layer for a secondary endpoint into a primary layer, rewriting top-level includes.</p>

api/JsonApiDotNetCore.QueryStrings.IncludeQueryStringParameterReader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ <h4 class="section">Returns</h4>
281281

282282
<h3 id="JsonApiDotNetCore_QueryStrings_IncludeQueryStringParameterReader_GetConstraints" data-uid="JsonApiDotNetCore.QueryStrings.IncludeQueryStringParameterReader.GetConstraints">
283283
GetConstraints()
284-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/IncludeQueryStringParameterReader.cs/#L65"><i class="bi bi-code-slash"></i></a>
284+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/IncludeQueryStringParameterReader.cs/#L69"><i class="bi bi-code-slash"></i></a>
285285
</h3>
286286

287287
<div class="markdown level1 summary"><p>Returns a set of scoped expressions.</p>

api/JsonApiDotNetCore.QueryStrings.PaginationQueryStringParameterReader.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h4 class="section">Returns</h4>
283283

284284
<h3 id="JsonApiDotNetCore_QueryStrings_PaginationQueryStringParameterReader_GetConstraints" data-uid="JsonApiDotNetCore.QueryStrings.PaginationQueryStringParameterReader.GetConstraints">
285285
GetConstraints()
286-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/PaginationQueryStringParameterReader.cs/#L137"><i class="bi bi-code-slash"></i></a>
286+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/PaginationQueryStringParameterReader.cs/#L141"><i class="bi bi-code-slash"></i></a>
287287
</h3>
288288

289289
<div class="markdown level1 summary"><p>Returns a set of scoped expressions.</p>
@@ -386,7 +386,7 @@ <h4 class="section">Parameters</h4>
386386

387387
<h3 id="JsonApiDotNetCore_QueryStrings_PaginationQueryStringParameterReader_ValidatePageNumber_JsonApiDotNetCore_Queries_Expressions_PaginationQueryStringValueExpression_" data-uid="JsonApiDotNetCore.QueryStrings.PaginationQueryStringParameterReader.ValidatePageNumber(JsonApiDotNetCore.Queries.Expressions.PaginationQueryStringValueExpression)">
388388
ValidatePageNumber(PaginationQueryStringValueExpression)
389-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/PaginationQueryStringParameterReader.cs/#L117"><i class="bi bi-code-slash"></i></a>
389+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/PaginationQueryStringParameterReader.cs/#L121"><i class="bi bi-code-slash"></i></a>
390390
</h3>
391391

392392
<div class="markdown level1 summary"></div>
@@ -417,7 +417,7 @@ <h4 class="section">Parameters</h4>
417417

418418
<h3 id="JsonApiDotNetCore_QueryStrings_PaginationQueryStringParameterReader_ValidatePageSize_JsonApiDotNetCore_Queries_Expressions_PaginationQueryStringValueExpression_" data-uid="JsonApiDotNetCore.QueryStrings.PaginationQueryStringParameterReader.ValidatePageSize(JsonApiDotNetCore.Queries.Expressions.PaginationQueryStringValueExpression)">
419419
ValidatePageSize(PaginationQueryStringValueExpression)
420-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/PaginationQueryStringParameterReader.cs/#L93"><i class="bi bi-code-slash"></i></a>
420+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/PaginationQueryStringParameterReader.cs/#L97"><i class="bi bi-code-slash"></i></a>
421421
</h3>
422422

423423
<div class="markdown level1 summary"></div>

api/JsonApiDotNetCore.QueryStrings.SortQueryStringParameterReader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h4 class="section">Returns</h4>
283283

284284
<h3 id="JsonApiDotNetCore_QueryStrings_SortQueryStringParameterReader_GetConstraints" data-uid="JsonApiDotNetCore.QueryStrings.SortQueryStringParameterReader.GetConstraints">
285285
GetConstraints()
286-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/SortQueryStringParameterReader.cs/#L93"><i class="bi bi-code-slash"></i></a>
286+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/SortQueryStringParameterReader.cs/#L97"><i class="bi bi-code-slash"></i></a>
287287
</h3>
288288

289289
<div class="markdown level1 summary"><p>Returns a set of scoped expressions.</p>

api/JsonApiDotNetCore.QueryStrings.SparseFieldSetQueryStringParameterReader.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h4 class="section">Returns</h4>
247247

248248
<h3 id="JsonApiDotNetCore_QueryStrings_SparseFieldSetQueryStringParameterReader_GetConstraints" data-uid="JsonApiDotNetCore.QueryStrings.SparseFieldSetQueryStringParameterReader.GetConstraints">
249249
GetConstraints()
250-
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/SparseFieldSetQueryStringParameterReader.cs/#L96"><i class="bi bi-code-slash"></i></a>
250+
<a class="header-action link-secondary" title="View source" href="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/QueryStrings/SparseFieldSetQueryStringParameterReader.cs/#L100"><i class="bi bi-code-slash"></i></a>
251251
</h3>
252252

253253
<div class="markdown level1 summary"><p>Returns a set of scoped expressions.</p>

0 commit comments

Comments
 (0)