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


The following tables list the members exposed by PersistingTrace.

Public Methods

 NameDescription
Public MethodContainsHoppedBy Returns whether the persistent object is already in the "hopped by" list of this class.  
Public MethodContainsPersisted Returns whether the persistent object is already in the "persisted" list of this class.  
Public MethodMarkHoppedBy Adds an object to be traced as "hopped by" by this class. Persistent objects that are not saved, but their node has been visited are added by using this method. Classes implementing the ICustomPersister interface should only add objects if they save them directly to the storage without using the ObjectContext. See the ICustomPersister interface for more information.  
Public MethodMarkPersisted Adds an object to be traced as "persisted" by this class. Persistent objects that are not saved, but their node has been visited are added by using this method. Classes implementing the ICustomPersister interface should only add objects if they save them directly to the storage without using the ObjectContext. See the ICustomPersister interface for more information.  
Top

See Also