DCIntermediateObject Properties
The base class for intermediate classes that define many-to-many associations between Domain Components.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 identifies for Simplified Criteria Syntax. Inherited from XPObject. |
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. |
LeftObject | Gets the left object of the association. |
LeftObjectType | Gets the type of the DCIntermediateObject.LeftObject. |
Loading | Obsolete. Gets whether the object is currently being initialized. Inherited from XPBaseObject. |
Oid | Gets or set a value which identifies the persistent object. Inherited from XPObject. |
RightObject | Gets the right object of the association. |
RightObjectType | Gets the type of the IDCIntermediateObject.RightObject. |
Session | Gets the session used to load and save persistent objects. Inherited from PersistentBase. |
This | Refers to the current instance. Inherited from XPBaseObject. |
See Also