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: 10.0.0
Syntax
C#
public class EnumerationObjectTypeFilter : IObjectTypeFilter

The EnumerationObjectTypeFilter type exposes the following members.

Constructors
  NameDescription
Public methodEnumerationObjectTypeFilter
Constructor
Top
Properties
  NameDescription
Public propertyObjectTypes
Object types to be included. Everything else will be filtered out.
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 type info is included in output.
Top
See Also