- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .References - Interfaces
- Base Types
graph BT
Type-->Base0["TransactionalReferenceSystemBase"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.References/TransactionalReferenceSystemBase"
Base0-->Base1["Object"]
Type-.->Interface0["IReferenceSystem"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.References/IReferenceSystem"
Type["TransactionalReferenceSystem"]
class Type type-node
Syntax
public class TransactionalReferenceSystem : TransactionalReferenceSystemBase, IReferenceSystem
Fields
Name | Constant Value | Summary |
---|---|---|
_committedReferences |
Inherited from Transactional
|
|
_newReferences |
Inherited from Transactional
|
Methods
Name | Value | Summary |
---|---|---|
AddExistingReference |
void | |
AddNewReference |
void | |
Commit |
void | |
CreateNewReferences |
void |
Inherited from Transactional
|
Discarded |
void | |
ReferenceForId |
ObjectReference |
Inherited from Transactional
|
ReferenceForObject |
ObjectReference |
Inherited from Transactional
|
RemoveReference |
void | |
Rollback |
void | |
Traverse |
void |
Inherited from Transactional
|
TraverseReferences |
void |
Inherited from Transactional
|