DomainObjects Class Library

ITransactionSetAware Methods

The methods of the ITransactionSetAware interface are listed below. For a complete list of ITransactionSetAware interface members, see the ITransactionSetAware 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

ITransactionSetAware Interface | DomainObjects.Facade.Transaction Namespace