ObjectDependency Properties |
The ObjectDependency type exposes the following members.
Name | Description | |
---|---|---|
ColumnNames |
Available column names.
(Inherited from AbstractDataContainerParentObjectType.) | |
DependencyColumn |
Gets or sets the name of the foreign key column that stores the IDs of the referenced objects.
| |
DependencyObjectType |
Gets or sets the object type that is the target of the reference.
| |
DependencyType |
Determines how the system handles referential integrity and automatic removal of objects when a referenced object is deleted.
| |
Item |
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.) | |
ObjectTypeColumn |
Gets or sets the name of the data column that stores the target object type of the reference (for objects without FK database restrictons).
For example ObjectSettings or Metafiles where the object dependency is a combination of MetaFileObjectType and MetaFileObjectID.
| |
RegisteredColumns |
Registered Columns
(Inherited from AbstractSimpleDataContainerTObject.) | |
RegisteredColumnsObject |
Registered Columns object
(Inherited from AbstractSimpleDataContainerTObject.) | |
UseLocalColumns |
If true, the object uses local columns
(Inherited from AbstractSimpleDataContainerTObject.) |