Table of Contents

Interface IObjectTypeFilter

Namespace
CMS.DataEngine
Assembly
CMS.DataEngine.dll

Wrapper for object types collection filtering logic.

[Obsolete("Class was not intended for public use and will be removed in the next version.")]
[ObsoleteSince(30, 0)]
public interface IObjectTypeFilter
Extension Methods

Methods

IsBindingIncludedToParent(ObjectTypeInfo)

Indicates whether given type info is a binding processed together with its parent, hence should be ignored in the output.

bool IsBindingIncludedToParent(ObjectTypeInfo bindingTypeInfo)

Parameters

bindingTypeInfo ObjectTypeInfo

Binding type info

Returns

bool

IsChildIncludedToParent(ObjectTypeInfo)

Indicates whether given type info is a child processed together with its parent, hence should be ignored in the output.

bool IsChildIncludedToParent(ObjectTypeInfo childTypeInfo)

Parameters

childTypeInfo ObjectTypeInfo

Child type info

Returns

bool

IsIncludedType(string)

Indicates whether given object type is included in the output.

bool IsIncludedType(string objectType)

Parameters

objectType string

Object type name

Returns

bool