IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Lib.IXmlConvertable Interface Reference

Defines classes that can be converted to/from Xml elements. More...

+ Inheritance diagram for IG.Lib.IXmlConvertable:
+ Collaboration diagram for IG.Lib.IXmlConvertable:

Additional Inherited Members

- Public Member Functions inherited from IG.Lib.IFromXml
object FromXmlElement (XmlElement source, ref object initial)
 Creates a new object and initializes it from an XML element. More...
 
- Public Member Functions inherited from IG.Lib.IToXml
XmlElement ToXmlElement (object source, XmlDocument doc, ref XmlElement initial)
 Creates and returns XML representation of an object. More...
 
- Properties inherited from IG.Lib.ITypeName
string TypeName [get]
 Gets the standard name of the type. More...
 
string[] TypeNames [get]
 

Detailed Description

Defines classes that can be converted to/from Xml elements.


The documentation for this interface was generated from the following file: