@@ -164,7 +164,8 @@ public interface IResourceDefinition<TResource, TId>
164
164
/// </para>
165
165
/// </summary>
166
166
/// <param name="leftResource">
167
- /// The original resource retrieved from the underlying data store, that declares <paramref name="hasOneRelationship" />.
167
+ /// The original resource retrieved from the underlying data store. Its type, <typeparamref name="TResource" />, declares
168
+ /// <paramref name="hasOneRelationship" />.
168
169
/// </param>
169
170
/// <param name="hasOneRelationship">
170
171
/// The to-one relationship being set.
@@ -192,7 +193,8 @@ Task<IIdentifiable> OnSetToOneRelationshipAsync(TResource leftResource, HasOneAt
192
193
/// </para>
193
194
/// </summary>
194
195
/// <param name="leftResource">
195
- /// The original resource retrieved from the underlying data store, that declares <paramref name="hasManyRelationship" />.
196
+ /// The original resource retrieved from the underlying data store. Its type, <typeparamref name="TResource" />, declares
197
+ /// <paramref name="hasManyRelationship" />.
196
198
/// </param>
197
199
/// <param name="hasManyRelationship">
198
200
/// The to-many relationship being set.
@@ -238,7 +240,8 @@ Task OnAddToRelationshipAsync(TId leftResourceId, HasManyAttribute hasManyRelati
238
240
/// </para>
239
241
/// </summary>
240
242
/// <param name="leftResource">
241
- /// The original resource retrieved from the underlying data store, that declares <paramref name="hasManyRelationship" />.
243
+ /// The original resource retrieved from the underlying data store. Its type, <typeparamref name="TResource" />, declares
244
+ /// <paramref name="hasManyRelationship" />.
242
245
/// </param>
243
246
/// <param name="hasManyRelationship">
244
247
/// The to-many relationship being removed from.
0 commit comments