Transaction Class Members
In This Topic
The following tables list the members exposed by Transaction.
Public Properties
| Name | Description |
| IsImplicitEplanTransactionCommited | Transaction property which returns true if an implicit Eplan transaction was started and finished during lifetime of current transaction. |
Top
Public Methods
| Name | Description |
| Abort | Aborts the transaction. Cannot be called more than one time for given transaction. |
| Commit | Overridden. Commits the transaction. Cannot be called more than one time for given transaction. |
| Dispose() | Destructor for deterministic finalization of Transaction object. (Inherited from Eplan.EplApi.DataModel.ITransaction) |
| Store | This method will enable to commit the transaction, and \internal open the next transaction. |
Top
See Also