Interface IFdoSerializable
Defines an interface for reading and writing content to and from FDO XML documents
Namespace: OSGeo.MapGuide.ObjectModels.Common
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoSerializable
Methods
| Improve this Doc View SourceReadXml(XmlNode, XmlNamespaceManager)
Set the current element's content from the current XML node
Declaration
void ReadXml(XmlNode node, XmlNamespaceManager mgr)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlNode | node | |
System.Xml.XmlNamespaceManager | mgr |
WriteXml(XmlDocument, XmlNode)
Writes the current element's content
Declaration
void WriteXml(XmlDocument doc, XmlNode currentNode)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | doc | |
System.Xml.XmlNode | currentNode |