- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal - Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type["Identifiable"]
class Type type-node
Derived0["ObjectReference"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/ObjectReference"
Derived1["PersistentBase"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/PersistentBase"
Syntax
public abstract class Identifiable
Fields
Methods
| Name | Value | Summary |
|---|---|---|
| BeginProcessing |
bool | |
| EndProcessing |
void | |
| GetHashCode |
int | |
| GetID |
int | |
| IsActive |
bool | |
| IsDirty |
bool | |
| IsNew |
bool | |
| SetID |
void | |
| SetStateClean |
void | |
| SetStateDeactivated |
void | |
| SetStateDirty |
void |