AddInTreeNodeBuildChildItemsT Method |
Builds the child items in this path. Ensures that all items have the type T.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ListTThe built child items.
See Also