Click or drag to resize

TransactionAddModification Method

Adds a modification to this transaction. This method is intended to be called within custom TransactedObject implementations.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void AddModification(
	TransactedObject modifiedObject,
	Object details
)

Parameters

modifiedObject
Type: AGI.Foundation.Infrastructure.ThreadingTransactedObject
The modified object.
details
Type: SystemObject
Details about the modification that will be passed to the modified object's Commit(Transaction, Object), Abort(Transaction, Object), Cleanup(Object), and ValidateModification(Transaction, Object) methods.
See Also