|
IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Defines classes whose instances can be converted to Xml elements. Conversion is different from that used in serialization. More...
Inheritance diagram for IG.Lib.IFromXml:
Collaboration diagram for IG.Lib.IFromXml:Public Member Functions | |
| object | FromXmlElement (XmlElement source, ref object initial) |
| Creates a new object and initializes it from an XML element. More... | |
Additional Inherited Members | |
Properties inherited from IG.Lib.ITypeName | |
| string | TypeName [get] |
| Gets the standard name of the type. More... | |
| string[] | TypeNames [get] |
Defines classes whose instances can be converted to Xml elements. Conversion is different from that used in serialization.
| object IG.Lib.IFromXml.FromXmlElement | ( | XmlElement | source, |
| ref object | initial | ||
| ) |
Creates a new object and initializes it from an XML element.
| source | XML elmeent containing contents of the object. |
| initial | Eventual existing object that can be used as storage storing the returnet object. The function is not obliged to use this object. |
Implemented in IG.Lib.VarTypeBase.