RelationService Notifications
The RelationService provides access to operations involving
IRelation
and IRelationType
, and published the following relation notifications:Notification | Members | Description |
---|---|---|
RelationSavingNotification |
| Published when a relation is being saved.
SavedEntities: The collection of IRelation objects being saved.
|
RelationSavedNotification |
| Published when a relation has been saved.
SavedEntities: The collection of IRelation objects having been saved.
|
RelationDeletingNotification |
| Published when a relation is being deleted.
SavedEntities: The collection of IRelation objects being deleted.
|
RelationDeletedNotification |
| Published when a relation has been deleted.
SavedEntities: The collection of IRelation objects having been deleted.
|
RelationTypeSavingNotification |
| Published when a relation type being saved.
SavedEntities: The collection of IRelationType objects being saved.
|
RelationTypeSavedNotification |
| Published when a relation type has been saved.
SavedEntities: The collection of IRelationType objects having been saved.
|
RelationTypeDeletingNotification |
| Published when a relation type is being deleted.
SavedEntities: The collection of IRelationType objects being deleted.
|
RelationTypeDeletedNotification |
| Published when a relation type has been deleted.
SavedEntities: The collection of IRelationType objects having been deleted.
|
Last modified 1mo ago