Click or drag to resize
IEntityCoreWriteXml Method
Overload List
  NameDescription
Public methodWriteXml(String)
Converts the data inside inside this entity into XML, recursively.
Public methodWriteXml(String, String)
Converts the data inside inside this entity into XML, recursively.
Public methodWriteXml(XmlDocument, XmlNode)
Converts the data inside inside this entity into XML, recursively.
Public methodWriteXml(XmlFormatAspect, String)
Converts this entity to XML, recursively.
Public methodWriteXml(String, XmlDocument, XmlNode)
Converts the data inside inside this entity into XML, recursively.
Public methodWriteXml(XmlFormatAspect, String, String)
Converts this entity to XML, recursively.
Public methodWriteXml(XmlFormatAspect, XmlDocument, XmlNode)
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
Public methodWriteXml(XmlFormatAspect, String, XmlDocument, XmlNode)
Converts this entity to XML, recursively.
Top
See Also