System.Object
Eplan.EplApi.DataModel.TransactionManager
System.Object
Eplan.EplApi.DataModel.TransactionManager
using (Transaction txn = new TransactionManager().CreateTransaction()) { Function f; f.Name = "F1"; txn.Commit(); }
Name | Description | |
---|---|---|
TransactionManager Constructor | Constructor. |
Name | Description | |
---|---|---|
IsEplanTransactionRunning | Tells if a P8 transaction is open. | |
IsTransactionRunning | Tells if a read-write API transaction is open. |
Name | Description | |
---|---|---|
CreateTransaction | Creates object representing a read-write transaction. |