- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Fieldindex - Interfaces
-
- IIndexedNode
- IEnumerable
- IIntVisitable
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IIndexedNode"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Fieldindex/IIndexedNode"
Type-.->Interface1["IEnumerable"]
Type-.->Interface2["IIntVisitable"]
click Interface2 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Foundation/IIntVisitable"
Type["IndexedNodeBase"]
class Type type-node
Derived0["IndexedLeaf"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Fieldindex/IndexedLeaf"
Derived1["IndexedPath"]-->Type
click Derived1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Internal.Fieldindex/IndexedPath"
Syntax
public abstract class IndexedNodeBase : IIndexedNode, IEnumerable, IIntVisitable
Constructors
Name | Summary |
---|---|
IndexedNodeBase |
Fields
Name | Constant Value | Summary |
---|---|---|
_constraint |
Methods
Name | Value | Summary |
---|---|---|
Constraint |
QCon | |
GetEnumerator |
IEnumerator | |
GetIndex |
BTree | |
IsEmpty |
bool | |
IsResolved |
bool | |
MarkAsBestIndex |
void | |
Resolve |
IIndexedNode | |
ResultSize |
int | |
Search |
IBTreeRange | |
ToString |
string | |
Traverse |
void |
static
|
Traverse |
void |