IEntityCollection2WriteXml Method |
Name | Description | |
---|---|---|
![]() | WriteXml(String) |
Converts this entity collection to XML, recursively. Uses "EntityCollection" for the rootnode name
|
![]() | WriteXml(String, String) |
Converts this entity collection to XML.
|
![]() | WriteXml(XmlDocument, XmlNode) |
Converts this entity collection to XML. Uses "EntityCollection" for the rootnode name
|
![]() | WriteXml(XmlWriter, XmlFormatAspect) |
Converts this entity collection to XML
|
![]() | WriteXml(XmlFormatAspect, String) |
Converts this entity collection to XML, recursively. Uses "EntityCollection" for the rootnode name
|
![]() | WriteXml(String, XmlDocument, XmlNode) |
Converts this entity collection to XML.
|
![]() | WriteXml(XmlWriter, XmlFormatAspect, String) |
Converts this entity collection to XML
|
![]() | WriteXml(XmlFormatAspect, String, String) |
Converts this entity collection to XML.
|
![]() | WriteXml(XmlFormatAspect, XmlDocument, XmlNode) |
Converts this entity collection to XML. Uses "EntityCollection" for the rootnode name
|
![]() | WriteXml(XmlFormatAspect, String, XmlDocument, XmlNode) |
Converts this entity collection to XML.
|