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


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

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