The IMetabaseUpdateUserEvents interface contains methods implementing the events that appear during object update in repository and used in the update module.
The interface must be redefined in the CUpdateEvents custom class. It is used on creating update module.
Method name | Brief description | |
OnAskConstraintsHandling | The OnAskConstraintsHandling method implements an event that occurs if it is necessary to process constraint of the data integrity of the object that is updated. | |
OnAskReflectRights | The OnAskReflectRights method implements an event that occurs before updating the permissions to the objects. | |
OnBeforeApplyUpdate | The OnBeforeApplyUpdate method implements an event that occurs after preparation of the objects for updating. | |
OnBeginUpdate | The OnBeginUpdate method implements an event that occurs before updating. | |
OnEndUpdate | The OnEndUpdate method implements an event that occurs after updating. | |
OnUpdateObject | The OnUpdateObject method implements an event that occurs right before updating the repository object. |
See also: