@@ -85,7 +85,7 @@ <h5 class="offcanvas-title" id="tocOffcanvasLabel">Table of Contents</h5>
85
85
86
86
87
87
< h1 id ="JsonApiDotNetCore_Configuration_ResourceGraph " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph " class ="text-break ">
88
- Class ResourceGraph < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L10 "> < i class ="bi bi-code-slash "> </ i > </ a >
88
+ Class ResourceGraph < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L11 "> < i class ="bi bi-code-slash "> </ i > </ a >
89
89
</ h1 >
90
90
91
91
< div class ="facts text-secondary ">
@@ -158,7 +158,7 @@ <h2 class="section" id="constructors">Constructors
158
158
159
159
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph__ctor_System_Collections_Generic_IReadOnlySet_JsonApiDotNetCore_Configuration_ResourceType__ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.#ctor(System.Collections.Generic.IReadOnlySet{JsonApiDotNetCore.Configuration.ResourceType}) ">
160
160
ResourceGraph(IReadOnlySet<ResourceType>)
161
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L19 "> < i class ="bi bi-code-slash "> </ i > </ a >
161
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L20 "> < i class ="bi bi-code-slash "> </ i > </ a >
162
162
</ h3 >
163
163
164
164
< div class ="markdown level1 summary "> </ div >
@@ -193,7 +193,7 @@ <h2 class="section" id="methods">Methods
193
193
194
194
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_FindResourceType_System_String_ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.FindResourceType(System.String) ">
195
195
FindResourceType(string)
196
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L52 "> < i class ="bi bi-code-slash "> </ i > </ a >
196
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L53 "> < i class ="bi bi-code-slash "> </ i > </ a >
197
197
</ h3 >
198
198
199
199
< div class ="markdown level1 summary "> < p > Attempts to get the metadata for the resource that is publicly exposed by the specified name. Returns < code > null</ code > when not found.</ p >
@@ -230,7 +230,7 @@ <h4 class="section">Returns</h4>
230
230
231
231
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_FindResourceType_System_Type_ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.FindResourceType(System.Type) ">
232
232
FindResourceType(Type)
233
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L73 "> < i class ="bi bi-code-slash "> </ i > </ a >
233
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L74 "> < i class ="bi bi-code-slash "> </ i > </ a >
234
234
</ h3 >
235
235
236
236
< div class ="markdown level1 summary "> < p > Attempts to get metadata for the resource of the specified CLR type. Returns < code > null</ code > when not found.</ p >
@@ -267,7 +267,7 @@ <h4 class="section">Returns</h4>
267
267
268
268
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetAttributes__1_System_Linq_Expressions_Expression_System_Func___0_System_Object___ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetAttributes``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}}) ">
269
269
GetAttributes<TResource>(Expression<Func<TResource, object?>>)
270
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L103 "> < i class ="bi bi-code-slash "> </ i > </ a >
270
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L104 "> < i class ="bi bi-code-slash "> </ i > </ a >
271
271
</ h3 >
272
272
273
273
< div class ="markdown level1 summary "> < p > Gets the attributes for < code class ="typeparamref "> TResource</ code > that are targeted by the selector.</ p >
@@ -312,7 +312,7 @@ <h4 class="section">Type Parameters</h4>
312
312
313
313
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetFields__1_System_Linq_Expressions_Expression_System_Func___0_System_Object___ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetFields``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}}) ">
314
314
GetFields<TResource>(Expression<Func<TResource, object?>>)
315
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L94 "> < i class ="bi bi-code-slash "> </ i > </ a >
315
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L95 "> < i class ="bi bi-code-slash "> </ i > </ a >
316
316
</ h3 >
317
317
318
318
< div class ="markdown level1 summary "> < p > Gets the fields (attributes and relationships) for < code class ="typeparamref "> TResource</ code > that are targeted by the selector.</ p >
@@ -357,7 +357,7 @@ <h4 class="section">Type Parameters</h4>
357
357
358
358
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetRelationships__1_System_Linq_Expressions_Expression_System_Func___0_System_Object___ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetRelationships``1(System.Linq.Expressions.Expression{System.Func{``0,System.Object}}) ">
359
359
GetRelationships<TResource>(Expression<Func<TResource, object?>>)
360
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L112 "> < i class ="bi bi-code-slash "> </ i > </ a >
360
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L113 "> < i class ="bi bi-code-slash "> </ i > </ a >
361
361
</ h3 >
362
362
363
363
< div class ="markdown level1 summary "> < p > Gets the relationships for < code class ="typeparamref "> TResource</ code > that are targeted by the selector.</ p >
@@ -402,7 +402,7 @@ <h4 class="section">Type Parameters</h4>
402
402
403
403
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetResourceType_System_String_ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetResourceType(System.String) ">
404
404
GetResourceType(string)
405
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L39 "> < i class ="bi bi-code-slash "> </ i > </ a >
405
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L40 "> < i class ="bi bi-code-slash "> </ i > </ a >
406
406
</ h3 >
407
407
408
408
< div class ="markdown level1 summary "> < p > Gets the metadata for the resource that is publicly exposed by the specified name. Throws an < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception "> InvalidOperationException</ a > when not found.</ p >
@@ -439,7 +439,7 @@ <h4 class="section">Returns</h4>
439
439
440
440
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetResourceType_System_Type_ " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetResourceType(System.Type) ">
441
441
GetResourceType(Type)
442
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L60 "> < i class ="bi bi-code-slash "> </ i > </ a >
442
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L61 "> < i class ="bi bi-code-slash "> </ i > </ a >
443
443
</ h3 >
444
444
445
445
< div class ="markdown level1 summary "> < p > Gets the metadata for the resource of the specified CLR type. Throws an < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception "> InvalidOperationException</ a > when not found.</ p >
@@ -476,7 +476,7 @@ <h4 class="section">Returns</h4>
476
476
477
477
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetResourceType__1 " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetResourceType``1 ">
478
478
GetResourceType<TResource>()
479
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L87 "> < i class ="bi bi-code-slash "> </ i > </ a >
479
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L88 "> < i class ="bi bi-code-slash "> </ i > </ a >
480
480
</ h3 >
481
481
482
482
< div class ="markdown level1 summary "> < p > Gets the metadata for the resource of the specified CLR type. Throws an < a class ="xref " href ="https://learn.microsoft.com/dotnet/api/system.invalidoperationexception "> InvalidOperationException</ a > when not found.</ p >
@@ -513,7 +513,7 @@ <h4 class="section">Type Parameters</h4>
513
513
514
514
< h3 id ="JsonApiDotNetCore_Configuration_ResourceGraph_GetResourceTypes " data-uid ="JsonApiDotNetCore.Configuration.ResourceGraph.GetResourceTypes ">
515
515
GetResourceTypes()
516
- < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L33 "> < i class ="bi bi-code-slash "> </ i > </ a >
516
+ < a class ="header-action link-secondary " title ="View source " href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L34 "> < i class ="bi bi-code-slash "> </ i > </ a >
517
517
</ h3 >
518
518
519
519
< div class ="markdown level1 summary "> < p > Gets the metadata for all registered resources.</ p >
@@ -545,7 +545,7 @@ <h4 class="section">Returns</h4>
545
545
</ article >
546
546
547
547
< div class ="contribution d-print-none ">
548
- < a href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L10 " class ="edit-link "> Edit this page</ a >
548
+ < a href ="https://github.com/json-api-dotnet/JsonApiDotNetCore/blob/master/src/JsonApiDotNetCore/Configuration/ResourceGraph.cs/#L11 " class ="edit-link "> Edit this page</ a >
549
549
</ div >
550
550
551
551
0 commit comments