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


The following tables list the members exposed by ObjectInfo.

Public Constructors

 NameDescription
Public ConstructorObjectInfo Constructor Creates an instance of the ObjectInfo Class.  
Top

Public Properties

 NameDescription
Public PropertyChecksum Specifies the checksum of the associated persistent object. This sum is used to check if the object has been changed since being in memory.  
Public PropertyConcurrencyData Contains the data for/of the IConcurrencyManager. It is not required to change this property from your application. Changing this property is only required from any kind of IConcurrencyManager.  
Public PropertyMarkForDeletion Specifies whether the associated persistent object is marked for deletion. Objects marked for deletion are deleted the next time they are persisted.  
Public PropertyObjectState Specifies the state of the persistent object associated with this ObjectInfo instance.  
Top

Public Methods

 NameDescription
Public MethodCloneCreates a new object that is a copy of the current instance.  
Top

See Also