Click or drag to resize

AddInTreeNodeBuildChildItemsT Method

Builds the child items in this path. Ensures that all items have the type T.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<T> BuildChildItems<T>(
	Object? parameter,
	IEnumerable<ICondition>? additionalConditions = null
)

Parameters

parameter  Object
A parameter that gets passed into the doozer and condition evaluators.
additionalConditions  IEnumerableICondition  (Optional)
Additional conditions applied to the node.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItems``1(System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]

Return Value

ListT

[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeNode.BuildChildItems``1(System.Object,System.Collections.Generic.IEnumerable{Altaxo.AddInItems.ICondition})"]

See Also