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