Creates new instance of ObjectDependency.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- extendedObjectType
- Type: System String
Object type of the defined dependecy
- columnName
- Type: System String
Name of the foreign key column with which the object type will be extended
- required (Optional)
- Type: CMS.DataEngine ObjectDependencyEnum
Determines whether the dependency is required or optional (not required by default)
See Also