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 of the dependency.
| |
DependencyObjectType |
Gets or sets the object type of the defined dependecy.
| |
DependencyType |
Determines whether the dependency is required or optional.
| |
Item |
Gets or sets the value of the column.
(Inherited from AbstractSimpleDataContainerTObject.) | |
ObjectTypeColumn |
Gets or sets the name of the column where the object type is stored (for objects with no FK DB restricton, but still an object dependency).
The example is ObjectSettings or Metafiles where the object dependency is 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.) |