Chili.Opf3 Send comments on this topic.
Transaction Class Methods
See Also 
Chili.Opf3.Storages Namespace : Transaction Class


For a list of all members of this type, see Transaction members.

Public Methods

 NameDescription
Public MethodCommit Commits the current transaction.  
Public MethodDispose Disposes this instance of the transaction object. If the transaction hasn't been committed, it is rolled back automatically.  
Public MethodRollback Rolls the current transaction back.  
Top

Protected Methods

 NameDescription
Protected MethodAddObjectInfo Adds the current ObjectInfo object. This is required to roll the state of the persistent back during a roll back.  
Protected MethodOnTransactionCommit Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event.  
Protected MethodOnTransactionRollback Needs to be invoked each time a transaction is committed. This method fires the TransactionCommit event.  
Protected MethodRollbackObjectInfo Rolls the ObjectInfo back to the last version.  
Top

See Also