The following tables list the members exposed by ObjectInfo.
| Name | Description | |
|---|---|---|
| ObjectInfo Constructor | Creates an instance of the ObjectInfo Class. |
| Name | Description | |
|---|---|---|
| Checksum | Specifies the checksum of the associated persistent object. This sum is used to check if the object has been changed since being in memory. | |
| ConcurrencyData | 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. | |
| MarkForDeletion | Specifies whether the associated persistent object is marked for deletion. Objects marked for deletion are deleted the next time they are persisted. | |
| ObjectState | Specifies the state of the persistent object associated with this ObjectInfo instance. |