Skip to content

Commit c179310

Browse files
committed
chore: more comments
1 parent b53a03e commit c179310

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/JsonApiDotNetCore/Hooks/Traversal/TraversalHelper.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ HashSet<TEntity> ProcessEntities<TEntity>(IEnumerable<TEntity> incomingEntities)
193193
return newEntities;
194194
}
195195

196+
/// <summary>
197+
/// Parses all relationships from <paramref name="type"/> to
198+
/// other models in the resource graphs by constructing RelationshipProxies .
199+
/// </summary>
200+
/// <param name="type">The type to parse</param>
196201
void RegisterRelationshipProxies(DependentType type)
197202
{
198203
var contextEntity = _graph.GetContextEntity(type);

0 commit comments

Comments
 (0)