A persistable object should implement this interface to receive callbacks from DomainObjects when the object is bound to a transaction and DomainObjects attempts to commit or abort the transaction.
For a list of all members of this type, see ITransactionAware Members.
Implement this interface when you are interested in callbacks to an individual bound object. Implement the ITransactionSetAware interface when you are interested in callbacks at the bound object set level.
Namespace: DomainObjects.Facade.Transaction
Assembly: DomainObjects.Core (in DomainObjects.Core.dll)
ITransactionAware Members | DomainObjects.Facade.Transaction Namespace