Click or drag to resize
EnumerationObjectTypeFilter Class
Filter excluding everything except of given type enumeration.
Inheritance Hierarchy
SystemObject
  CMS.DataEngineEnumerationObjectTypeFilter

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public class EnumerationObjectTypeFilter : IObjectTypeFilter

The EnumerationObjectTypeFilter type exposes the following members.

Constructors
  NameDescription
Public methodEnumerationObjectTypeFilter
Constructor
Top
Methods
  NameDescription
Public methodIsBindingIncludedToParent
Indicates whether given type info is a binding processed together with its parent, hence should be ignored in the output.
Public methodIsChildIncludedToParent
Indicates whether given type info is a child processed together with its parent, hence should be ignored in the output.
Public methodIsIncludedType
Returns true if the given object type is included in output.
Top
See Also