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.3572.0 (4.8.3572.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
The expected item type.

Return Value

ListT
The built child items.
See Also