RecurrenceReadXml Method

This is called to deserialize the instance from XML

Definition

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

Parameters

reader  XmlReader
The XML reader from which the instance is deserialized

Implements

IXmlSerializableReadXml(XmlReader)

See Also