XPWeakReference Properties
A persistent weak reference to a persistent object.Name | Description |
---|---|
ClassInfo | Gets a value that provides access to the metadata information of a class gathered via Reflection. Inherited from PersistentBase. |
Fields static | Gets an object that contains field identifiers for Simplified Criteria Syntax. Inherited from PersistentBase. |
IsAlive | Gets whether the object referenced by this instance has been garbage collected. |
IsDeleted | Indicates whether the current persistent object is marked as deleted. Inherited from PersistentBase. |
IsLoading | Indicates whether the object is currently being initialized. Inherited from PersistentBase. |
Loading | Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject. |
Session | Gets the session used to load and save persistent objects. Inherited from PersistentBase. |
Target | Gets or sets the object referenced by the current XPWeakReference instance. |
TargetKey_ | Obsolete. This property isn’t used. |
TargetType_ | Obsolete. This property isn’t used. |
This | Refers to the current instance. Inherited from XPBaseObject. |
See Also