Recurrence.ReadXml Method

This is called to deserialize the instance from XML

Definition

Namespace: EWSoftware.PDI
Assembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2025.1.9.0
public void ReadXml(
	XmlReader? reader
)

Parameters

reader  XmlReader
The XML reader from which the instance is deserialized

Implements

IXmlSerializable.ReadXml(XmlReader)

See Also