DomainObjects Class Library

ITransactionAware Interface

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.

public interface ITransactionAware

Remarks

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.

Requirements

Namespace: DomainObjects.Facade.Transaction

Assembly: DomainObjects.Core (in DomainObjects.Core.dll)

See Also

ITransactionAware Members | DomainObjects.Facade.Transaction Namespace