Summary
Represents an actual object in the database.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query .Processor - Interfaces
- Base Types
-
- Object
- Tree
- TreeInt
- QCandidateBase
graph BT
Type-->Base0["QCandidateBase"]
click Base0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/QCandidateBase"
Base0-->Base1["TreeInt"]
click Base1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/TreeInt"
Base1-->Base2["Tree"]
click Base2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/Tree"
Base2-->Base3["Object"]
Type-.->Interface0["IShallowClone"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IShallowClone"
Type-.->Interface1["IDeepClone"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IDeepClone"
Type-.->Interface2["IVisitable"]
click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IVisitable"
Type-.->Interface3["IReadWriteable"]
click Interface3 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IReadWriteable"
Type-.->Interface4["IReadable"]
click Interface4 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal/IReadable"
Type-.->Interface5["IParentCandidate"]
click Interface5 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/IParentCandidate"
Type-.->Interface6["IInternalCandidate"]
click Interface6 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Query.Processor/IInternalCandidate"
Type-.->Interface7["ICandidate"]
click Interface7 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Query/ICandidate"
Type["QCandidate"]
class Type type-node
Syntax
public class QCandidate : QCandidateBase, IShallowClone, IDeepClone, IVisitable, IReadWriteable,
IReadable, IParentCandidate, IInternalCandidate, ICandidate
Remarks
Represents an actual object in the database. Forms a tree structure, indexed
by id. Can have dependents that are doNotInclude'd in the query result when
this is doNotInclude'd.
Constructors
Name | Summary |
---|---|
QCandidate |
Fields
Name | Constant Value | Summary |
---|---|---|
_candidates |
Inherited from QCandidateBase
|
|
_dependants |
Inherited from QCandidateBase
|
|
_key |
Inherited from TreeInt
|
|
_preceding |
Inherited from Tree
|
|
_size |
Inherited from Tree
|
|
_subsequent |
Inherited from Tree
|