The UpdateProgress class implements an object used to track events that appear during update of repository objects from a file.
Method name | Brief description | |
The OnAfterApplyCustomObject method implements the event occurring after applying custom object update, but before it is saved to repository. | ||
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. | ||
The OnAskReflectRights method implements an event that occurs before updating the permissions to the objects. | ||
The OnBeforeCustomObjectSaveToPef method implements an event that occurs before custom object is saved to PEF file. | ||
The OnContext method implements an event that occurs on update with using of additional settings. | ||
The OnError method implements an event that takes place if the error occurs during synchronization of the repository object with the object in updating. | ||
The OnNullLinksResolve method implements an event that occurs if there are links that are missing in destination repository. | ||
The OnProgress method implements an event of the common status of the process of updating/synchronization. | ||
The OnResolve method implements an event that occurs if there are dependencies of updating on the source repository objects that are not present in the destination repository. | ||
The OnSkip method realizes the event of skipping the element of update on installing the update. |
See also: