File tree 1 file changed +2
-2
lines changed
src/Examples/JsonApiDotNetCoreExample.Cosmos/Models
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ public string PartitionKey
68
68
public ISet < Tag > Tags { get ; set ; } = new HashSet < Tag > ( ) ;
69
69
70
70
/// <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" />.
72
72
/// </summary>
73
73
/// <remarks>
74
74
/// 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
77
77
public Guid OwnerId { get ; set ; }
78
78
79
79
/// <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" />.
81
81
/// </summary>
82
82
/// <remarks>
83
83
/// 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