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




Class that stores information about recently saved persistent objects.

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class PersistingTrace 
Visual Basic (Usage)Copy Code
Dim instance As PersistingTrace
C# 
public sealed class PersistingTrace 
Managed Extensions for C++ 
public __gc __sealed class PersistingTrace 
C++/CLI 
public ref class PersistingTrace sealed 

Remarks

This class stores information aoubt recently saved persistent objects. When saving a persistent object and it's full object graph (PersistChanges) it's required to avoid circles in the saving process. PersistentTrace saves therefore information about the objects that have been saved during the current persist operation to avoid those circles.

Inheritance Hierarchy

System.Object
   Chili.Opf3.PersistingTrace

Requirements

Namespace: Chili.Opf3

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: Chili.Opf3 (in Chili.Opf3.dll)

See Also