Click or drag to resize

EntityCore<TFields>.ReadXml Method (XmlNode, XmlFormatAspect)

Will fill the entity and its containing members (recursively) with the data stored in the XmlNode passed in. The XmlNode has to be filled with Xml in the format written by IEntityCore.WriteXml() and the Xml has to be compatible with the structure of this entity collection.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected void ReadXml(
	XmlNode node,
	XmlFormatAspect format
)

Parameters

node
Type: System.Xml.XmlNode
XmlNode with Xml data which should be read into this entity and its members. Node's root element is the root element of the entity's Xml data
format
Type: SD.LLBLGen.Pro.ORMSupportClasses.XmlFormatAspect
The format.
See Also