File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Examples/JsonApiDotNetCoreExample.Cosmos/Models Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public string PartitionKey
6868 public ISet < Tag > Tags { get ; set ; } = new HashSet < Tag > ( ) ;
6969
7070 /// <summary>
71- /// Gets or sets the <see cref="Person.Id" /> of the <see cref="Owner" />.
71+ /// Gets or sets the person ID of the <see cref="Owner" />.
7272 /// </summary>
7373 /// <remarks>
7474 /// With Cosmos DB, the foreign key must at least be accessible for filtering. Making it viewable is discouraged by the JSON:API specification.
@@ -77,7 +77,7 @@ public string PartitionKey
7777 public Guid OwnerId { get ; set ; }
7878
7979 /// <summary>
80- /// Gets or sets the <see cref="Person.Id" /> of the <see cref="Assignee" />.
80+ /// Gets or sets the person ID of the <see cref="Assignee" />.
8181 /// </summary>
8282 /// <remarks>
8383 /// With Cosmos DB, the foreign key must at least be accessible for filtering. Making it viewable is discouraged by the JSON:API specification.
You can’t perform that action at this time.
0 commit comments