Table of Contents

Class TabularObjectContainerHelper

Inheritance
TabularObjectContainerHelper
Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Various helper (extension) methods, for working with ITabularObjectContainer objects.

public static class TabularObjectContainerHelper

Methods

GetChildrenRecursive(ITabularObjectContainer, bool)

Returns a list of all children of the specified container, including all children of child containers.

public static IEnumerable<ITabularNamedObject> GetChildrenRecursive(this ITabularObjectContainer container, bool includeSelf)

Parameters

Type Name Description
ITabularObjectContainer container

The object to iterate

bool includeSelf

Indicates whether the current object should be included in the iteration output

Returns

Type Description
IEnumerable<ITabularNamedObject>