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


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

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

See Also