For a list of all members of this type, see PersistingTrace members.
| Name | Description | |
|---|---|---|
| ContainsHoppedBy | Returns whether the persistent object is already in the "hopped by" list of this class. | |
| ContainsPersisted | Returns whether the persistent object is already in the "persisted" list of this class. | |
| MarkHoppedBy | 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. | |
| MarkPersisted | 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. |