IEntityCoreWriteXml Method |
Name | Description | |
---|---|---|
WriteXml(String) |
Converts the data inside inside this entity into XML, recursively.
| |
WriteXml(String, String) |
Converts the data inside inside this entity into XML, recursively.
| |
WriteXml(XmlDocument, XmlNode) |
Converts the data inside inside this entity into XML, recursively.
| |
WriteXml(XmlFormatAspect, String) |
Converts this entity to XML, recursively.
| |
WriteXml(String, XmlDocument, XmlNode) |
Converts the data inside inside this entity into XML, recursively.
| |
WriteXml(XmlFormatAspect, String, String) |
Converts this entity to XML, recursively.
| |
WriteXml(XmlFormatAspect, XmlDocument, XmlNode) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
| |
WriteXml(XmlFormatAspect, String, XmlDocument, XmlNode) |
Converts this entity to XML, recursively.
|