Click or drag to resize

ConditionReadComplexCondition Method

Reads a complex condition from XML.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static ICondition? ReadComplexCondition(
	XmlReader reader,
	AddIn addIn
)

Parameters

reader  XmlReader
The XML reader positioned on the complex condition element.
addIn  AddIn
The add-in that owns the condition.

Return Value

ICondition
The parsed condition, or null if no inner condition is found.
See Also