Click or drag to resize
DefaultDataChildDependency Class
Specifies dependency of an object type on a child object type to allow child count re-computation when selecting the default data.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.InternalDefaultDataChildDependency

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public class DefaultDataChildDependency

The DefaultDataChildDependency type exposes the following members.

Constructors
  NameDescription
Public methodDefaultDataChildDependency
Creates new default data child dependency specification.
Top
Properties
  NameDescription
Public propertyChildCountColumn
Name of the column within master object (parent) containing count of child objects.
Public propertyChildObjectType
Object type of the child objects.
Public propertyIdColumn
Name of the column which serves as an identifier of master object (parent). Usually the ID column.
Public propertyParentIdColumn
Name of the column which identifies referenced parent object within child objects (the name of the foreign key column).
Top
Remarks
This class is for internal use only and should not be used in custom code.
See Also