EntityFieldWriteXml Method (XmlFormatAspect, XmlDocument, XmlNode) |
Converts this EntityField to an XmlNode.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic void WriteXml(
XmlFormatAspect aspects,
XmlDocument parentDocument,
out XmlNode entityFieldNode
)
Public Sub WriteXml (
aspects As XmlFormatAspect,
parentDocument As XmlDocument,
<OutAttribute> ByRef entityFieldNode 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 node this method will return. This document is required
to create the new node object - entityFieldNode
- Type: System.XmlXmlNode
The output parameter which will represent this EntityField as XmlNode
Implements
IEntityFieldWriteXml(XmlFormatAspect, XmlDocument, XmlNode)
See Also