EldorADO.NET Class Library

ObjectContext Members

[This is preliminary documentation and subject to change.]

ObjectContext overview

Public Instance Constructors

ObjectContext ConstructorInitializes a new instance of the ObjectContext class.

Public Instance Properties

Container (inherited from Component) 
Disconnected When navigating from entity to entity using the dot notation or the foreach instruction, indicates whether data should be automatically fetched from the RemoteSources (Disconnected = false) or not.
LocalStorage The IObjectStorage object which contains the in-process temporary data.
RemoteSources The IObjectSource object which gives access to the out-of process database.
rootDomainMissing <summary> documentation for P:Eldorado.Object.Disconnected.ObjectContext.rootDomain
Site (inherited from Component) 

Public Instance Methods

CollectOverloaded. Return a ICollection of entities of the LocalStorage resulting from executing the query given as a parameter.
CreateObjRef (inherited from MarshalByRefObject) 
Dispose (inherited from Component)Overloaded.  
Equals (inherited from Object) 
FillOverloaded. Execute a query against the LocalStorage.
FindOverloaded. Return the entity with a given oid.
GetCountOverloaded. Return the number of rows that would be returned by the equivalent Fill method.
GetHashCode (inherited from Object) 
GetLifetimeService (inherited from MarshalByRefObject) 
GetReaderOverloaded. Execute a query against the LocalStorage.
GetType (inherited from Object) 
InitializeLifetimeService (inherited from MarshalByRefObject) 
PreloadOverloaded. Preload data from the RemoteSources into the LocalStorage according to a given object path.
ToString (inherited from Component) 
Update Send all the changes in the LocalStorage to the RemoteSources.

Public Instance Events

Disposed (inherited from Component) 

Protected Instance Properties

DesignMode (inherited from Component) 
Events (inherited from Component) 

Protected Instance Methods

Dispose (inherited from Component)Overloaded.  
Finalize (inherited from Component) 
GetService (inherited from Component) 
MemberwiseClone (inherited from Object) 

See Also

ObjectContext Class | Eldorado.Object.Disconnected Namespace