Click or drag to resize

AddInTreeNodeBuildChildItem(Codon, Object, IEnumerableICondition) Method

Builds the item represented by the specified codon.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object? BuildChildItem(
	Codon codon,
	Object? parameter,
	IEnumerable<ICondition>? additionalConditions = null
)

Parameters

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

Return Value

Object
The built item, or null if no item is created.
See Also