DomainObjects Class Library

ITransactionAware Methods

The methods of the ITransactionAware interface are listed below. For a complete list of ITransactionAware interface members, see the ITransactionAware Members topic.

Public Instance Methods

AfterCommit Called by DomainObjects after the current object transaction has successfully completed the commit phase of the transaction.
BeforeCommit Called by DomainObjects before the current object transaction begins the commit phase of the transaction.
OnAbort Called by DomainObjects if the current object transaction is aborted.

See Also

ITransactionAware Interface | DomainObjects.Facade.Transaction Namespace