Table of Contents

IMasterObjectNotifier Interface

Notifies observers when child entities are added to or removed from a master object's collection.

Remarks

Implemented internally by the object manager to propagate collection change events during cascaded save and insert operations.

Syntax

Unit: Aurelius.Types.MasterObjectValue

IMasterObjectNotifier = interface(IInterface);

Methods

Name Description
ChildAdded Called when a child entity has been added to the master's collection.
ChildRemoved Called when a child entity has been removed from the master's collection.