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