Summary
List based objectSet implementation
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Internal .Query - Interfaces
-
- IExtObjectSet
- IObjectSet
- IEnumerable
- IList
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IExtObjectSet"]
click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Ext/IExtObjectSet"
Type-.->Interface1["IObjectSet"]
click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o/IObjectSet"
Type-.->Interface2["IEnumerable"]
Type-.->Interface3["IList"]
Type["ObjectSetFacade"]
class Type type-node
Syntax
public class ObjectSetFacade : IExtObjectSet, IObjectSet, IEnumerable, IList
Constructors
Name | Summary |
---|---|
ObjectSetFacade |
Fields
Name | Constant Value | Summary |
---|---|---|
_delegate |
Properties
Name | Value | Summary |
---|---|---|
Count | int | |
Current | Object | |
IsFixedSize | bool | |
IsReadOnly | bool | |
IsSynchronized | bool | |
SyncRoot | Object | |
this[int] | Object |
Methods
Name | Value | Summary |
---|---|---|
Add |
int | |
Clear |
void | |
Contains |
bool | |
CopyTo |
void | |
Delegate_ |
StatefulQueryResult | |
Ext |
IExtObjectSet | |
Get |
Object | |
GetEnumerator |
IEnumerator | |
GetIDs |
long[] | |
HasNext |
bool | |
IndexOf |
int | |
Insert |
void | |
MoveNext |
bool | |
Next |
Object | |
Remove |
void | |
RemoveAt |
void | |
Reset |
void | |
Size |
int | |
Sort |
void |