Chili.Opf3 Send comments on this topic.
Generic ObjectReader Class Methods
See Also 
Chili.Opf3 Namespace : Generic ObjectReader Class


For a list of all members of this type, see Generic ObjectReader members.

Public Methods

 NameDescription
Public MethodClose Closes the ObjectReader object.  
Public Methodstatic (Shared in Visual Basic)CreateOverloaded.   
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodDispose Disposes the ObjectReader.  
Public MethodGetEnumerator Returns an enumerator that iterates through this ObjectReader.  
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodMoveNext Moves the ObjectReader to the next item.  
Public MethodReadOverloaded.   
Public MethodReset Resets the ObjectReader. This method is not supported, since the ObjectReader is forward-only.  
Top

Protected Methods

 NameDescription
Protected MethodGetCurrentObject Returns the current object managed by the ObjectReader.  
Protected MethodInternalRead Advances the ObjectReader to one of the next records.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodNotifyConcurrencyManager Notifies the IConcurrencyManager that the object has been loaded.  
Protected MethodOnFetchingStorageRecord Invokes the FetchingStorageRecord event if somebody subscribed.  
Protected MethodOnLoaded Invokes the event that is fired after an object has been loaded from the storage.  
Protected MethodOnLoading Invokes the event that is fired before an object has been loaded from the storage.  
Top

See Also