EntityBase.WriteXml Method |
Name | Description | |
---|---|---|
![]() | WriteXml(XmlWriter) |
Constructs the XML output from the object graph which has this object as the root.
(Overrides EntityCore<TFields>.WriteXml(XmlWriter).) |
![]() | WriteXml(String) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(String, String) |
Converts this entity to XML, recursively.
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlDocument, XmlNode) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlWriter, XmlFormatAspect) |
Converts this entity to XML
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlFormatAspect, String) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(String, XmlDocument, XmlNode) |
Converts this entity to XML, recursively.
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlWriter, XmlFormatAspect, String) |
Converts this entity to XML
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlFormatAspect, String, String) |
Converts this entity to XML, recursively.
(Overrides EntityCore<TFields>.WriteXml(XmlFormatAspect, String, String).) |
![]() | WriteXml(XmlFormatAspect, XmlDocument, XmlNode) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlWriter, XmlFormatAspect, String, Dictionary<Guid, IEntityCore>) |
Converts this entity to XML
(Inherited from EntityCore<TFields>.) |
![]() | WriteXml(XmlFormatAspect, String, XmlDocument, XmlNode) |
Converts this entity to XML, recursively.
(Overrides EntityCore<TFields>.WriteXml(XmlFormatAspect, String, XmlDocument, XmlNode).) |