Click or drag to resize
EntityFieldsIEntityFieldsWriteXml Method
Converts this EntityFields object to a set of XmlNodes with all the fields as individual nodes.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
void IEntityFields.WriteXml(
	XmlFormatAspect aspects,
	XmlDocument parentDocument,
	XmlNode parentNode
)

Parameters

aspects
Type: SD.LLBLGen.Pro.ORMSupportClassesXmlFormatAspect
The aspect flags to control the format of the XML produced
parentDocument
Type: System.XmlXmlDocument
the XmlDocument which will contain the nodes this method will create. This document is required to create the new nodes for the fields
parentNode
Type: System.XmlXmlNode
the node the fields will have to be added to.

Implements

IEntityFieldsWriteXml(XmlFormatAspect, XmlDocument, XmlNode)
See Also