DomainObjects Class Library

ITransactionSetAware.BeforeCommit Method 

Called by DomainObjects before the current object transaction begins the commit phase of the transaction.

void BeforeCommit(
   List<T> boundObjects
);

Parameters

boundObjects
The objects that will be committed by the current transaction.

See Also

ITransactionSetAware Interface | DomainObjects.Facade.Transaction Namespace