Click or drag to resize
EntityBaseWriteXml Method
Overload List
  NameDescription
Public methodWriteXml(XmlWriter)
Constructs the XML output from the object graph which has this object as the root.
(Overrides EntityCoreTFieldsWriteXml(XmlWriter).)
Public methodWriteXml(String)
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCoreTFields.)
Public methodWriteXml(String, String)
Converts this entity to XML, recursively.
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlDocument, XmlNode)
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlWriter, XmlFormatAspect)
Converts this entity to XML
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlFormatAspect, String)
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCoreTFields.)
Public methodWriteXml(String, XmlDocument, XmlNode)
Converts this entity to XML, recursively.
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlWriter, XmlFormatAspect, String)
Converts this entity to XML
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlFormatAspect, String, String)
Converts this entity to XML, recursively.
(Overrides EntityCoreTFieldsWriteXml(XmlFormatAspect, String, String).)
Public methodWriteXml(XmlFormatAspect, XmlDocument, XmlNode)
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlWriter, XmlFormatAspect, String, DictionaryGuid, IEntityCore)
Converts this entity to XML
(Inherited from EntityCoreTFields.)
Public methodWriteXml(XmlFormatAspect, String, XmlDocument, XmlNode)
Converts this entity to XML, recursively.
(Overrides EntityCoreTFieldsWriteXml(XmlFormatAspect, String, XmlDocument, XmlNode).)
Top
See Also