ConditionReadConditionList Method |
Reads a list of conditions from XML.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static ICondition[] ReadConditionList(
XmlReader reader,
string endElement,
AddIn addIn
)
Parameters
- reader XmlReader
- The XML reader positioned on the first child condition element.
- endElement String
- The XML end element that terminates the condition list.
- addIn AddIn
- The add-in that owns the conditions.
Return Value
IConditionThe parsed conditions.
See Also