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


For a list of all members of this type, see ObjectContext members.

Public Methods

 NameDescription
Public MethodCommit Commits the current transaction.  
Public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
Public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodGetObjectOverloaded.   
Public MethodGetObjectInfo Returns the ObjectInfo object of the given persistent object. The container holds information about the state of the object.  
Public MethodGetObjectListOverloaded.   
Public MethodGetObjectReaderOverloaded.   
Public MethodGeneric GetObjectSearcher Returns a new generic ObjectSearcher class.  
Public MethodGetObjectSetOverloaded.   
Public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
Public MethodIsModified Returns whether the object has been modified since the last operation.  
Public MethodMarkForDeletion Marks a persistent object for deletion.  
Public MethodPersistChangesOverloaded.   
Public MethodReloadOverloaded.   
Public MethodRollback Rolls the current transaction back.  
Public MethodSetObjectState Sets the state of the persistent object to the given ObjectStates.  
Public MethodStartTransactionOverloaded.   
Top

Protected Methods

 NameDescription
Protected MethodDispose Disposes the instance of the ObjectContext.  
Protected MethodFinalizeOverridden.  Destructs a new instance of the ObjectContext Class.  
Protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
Protected MethodOnDeleted Invoked after an object is deleted from the storage.  
Protected MethodOnDeleting Invoked before an object is deleted in the storage.  
Protected MethodOnInserted Invoked after an object is inserted into the storage.  
Protected MethodOnInserting Invoked before an object is inserted into the storage.  
Protected MethodOnLoaded Invoked after an object is loaded from the storage.  
Protected MethodOnLoading Invokes the event that is fired before an object has been loaded from the storage.  
Protected MethodOnMarkedForDeletion Invoked after an object is marked for deletion in the storage.  
Protected MethodOnMarkingForDeletion Invoked before an object is marked for deletion in the storage.  
Protected MethodOnPersisting Invoked before an object is persisted in the storage.  
Protected MethodOnUpdated Invoked after an object is updated in the storage.  
Protected MethodOnUpdating Invoked before an object is updated in the storage.  
Top

See Also