IEntityFieldsWriteXml Method (XmlFormatAspect, XmlDocument, XmlNode) |
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.4.0.0 (5.4.0)
Syntax void WriteXml(
XmlFormatAspect aspects,
XmlDocument parentDocument,
XmlNode parentNode
)
Sub WriteXml (
aspects As XmlFormatAspect,
parentDocument As XmlDocument,
parentNode As XmlNode
)
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.
See Also