EntityCoreTFieldsWriteXml Method |
Name | Description | |
---|---|---|
WriteXml(String) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
| |
WriteXml(XmlWriter) |
Constructs the XML output from the object graph which has this object as the root.
| |
WriteXml(String, String) |
Converts this entity to XML, recursively.
| |
WriteXml(XmlDocument, XmlNode) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
| |
WriteXml(XmlWriter, XmlFormatAspect) |
Converts this entity to XML
| |
WriteXml(XmlFormatAspect, String) |
Converts this entity to XML, recursively. Uses the LLBLGenProEntityName for the rootnode name
| |
WriteXml(String, XmlDocument, XmlNode) |
Converts this entity to XML, recursively.
| |
WriteXml(XmlWriter, XmlFormatAspect, String) |
Converts this entity to XML
| |
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(XmlWriter, XmlFormatAspect, String, DictionaryGuid, IEntityCore) |
Converts this entity to XML
| |
WriteXml(XmlFormatAspect, String, XmlDocument, XmlNode) |
Converts this entity to XML, recursively.
|