Click or drag to resize
IObjectTypeFilter Interface
Wrapper for object types collection filtering logic.

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

The IObjectTypeFilter type exposes the following members.

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
Indicates whether given object type is included in the output.
Top
See Also