You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// The original resource retrieved from the underlying data store (or a freshly instantiated resource in case of a POST resource request), updated with
271
271
/// the changes from the incoming request. Exception: In case <paramref name="operationKind" /> is <see cref="OperationKind.DeleteResource" /> or
272
-
/// <see cref="OperationKind.AddToRelationship" />, this is an empty object with only the <see cref="Identifiable.Id" /> property set, because for those
273
-
/// endpoints no resource is retrieved upfront.
272
+
/// <see cref="OperationKind.AddToRelationship" />, this is an empty object with only the <see cref="Identifiable{T}.Id" /> property set, because for
273
+
/// those endpoints no resource is retrieved upfront.
274
274
/// </param>
275
275
/// <param name="operationKind">
276
276
/// Identifies from which endpoint this method was called. Possible values: <see cref="OperationKind.CreateResource" />,
0 commit comments