IXmlElement Members
Provides a common interface for classes that can be loaded and saved as System.Xml.XmlElement objects.
The following tables list the members exposed by the IXmlElement type.
Public Methods
Name | Description | |
---|---|---|
GetXml | Generates an XML representation of the current object. | |
LoadXml | Loads the current object from an XmlElement representation. |
Top