Class TabularObjectContainerHelper
Various helper (extension) methods, for working with ITabularObjectContainer objects.
Inherited Members
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public static class TabularObjectContainerHelper
Methods
GetChildrenRecursive(ITabularObjectContainer, bool)
Returns a list of all children of the specified container, including all children of child containers.
Declaration
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> |