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
/// Executes before replacing (overwriting) a to-many relationship.
189
+
/// Executes before setting the resources at the right side of a to-many relationship. This replaces on existing set.
190
190
/// <para>
191
191
/// Implementing this method enables to perform validations and make changes to <paramref name="rightResourceIds" />, before the relationship is updated.
/// Executes before adding resources to a to-many relationship, as part of a POST relationship request.
214
+
/// Executes before adding resources to the right side of a to-many relationship, as part of a POST relationship request.
215
215
/// <para>
216
216
/// Implementing this method enables to perform validations and make changes to <paramref name="rightResourceIds" />, before the relationship is updated.
/// Executes before removing resources from a to-many relationship, as part of a DELETE relationship request.
235
+
/// Executes before removing resources from the right side of a to-many relationship, as part of a DELETE relationship request.
236
236
/// <para>
237
237
/// Implementing this method enables to perform validations and make changes to <paramref name="rightResourceIds" />, before the relationship is updated.
0 commit comments