Declares methods for executing transactions on the document.
Namespace: Spotfire.Dxp.Framework.DocumentModel
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public interface ITransactions
The ITransactions type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| BeginAggregatedTransaction |
Begins an aggregated transaction.
| |
| ExecuteInvisibleTransaction |
Starts an invisible transaction on the document model by executing
executor.
| |
| ExecuteInvisibleTransaction2 |
Starts an invisible transaction on the document model by executing
action.
| |
| ExecuteStickyTransaction |
Starts a sticky transaction on the document model by executing
executor.
| |
| ExecuteStickyTransaction2 |
Starts a sticky transaction on the document model by executing
action.
| |
| ExecuteTransaction |
Starts a transaction on the document model by executing
executor.
| |
| ExecuteTransaction2 |
Starts a transaction on the document model by executing
action.
|
Version Information
See Also