- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Ids - Implementing Types
graph BT
Type["ITransactionalIdSystem"]
class Type type-node
Implementing0["TransportIdSystem"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Ids/TransportIdSystem"
Implementing1["TransactionalIdSystemImpl"]-.->Type
click Implementing1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Ids/TransactionalIdSystemImpl"
Syntax
public interface ITransactionalIdSystem
Methods
| Name | Value | Summary |
|---|---|---|
| AccumulateFreeSlots |
void | |
| Clear |
void | |
| Close |
void | |
| CollectCallBackInfo |
void | |
| Commit |
void | |
| CommittedSlot |
Slot | |
| CurrentSlot |
Slot | |
| IsDeleted |
bool | |
| IsDirty |
bool | |
| NewId |
int | |
| NotifySlotCreated |
void | |
| NotifySlotDeleted |
void | |
| NotifySlotUpdated |
void | |
| PrefetchedIDConsumed |
void | |
| PrefetchID |
int | |
| Rollback |
void |