|
IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Defines classes that can represent variables of different types. Used e.g. in interpreters and variable storing systems. More...
Inheritance diagram for IG.Lib.IVarType:
Collaboration diagram for IG.Lib.IVarType: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... | |
Public Member Functions inherited from IG.Lib.IStringParsable | |
| string | ConvertToString (object source, string format) |
| object | ParseFromString (string source, string format, int position, out int next) |
Properties inherited from IG.Lib.ITypeName | |
| string | TypeName [get] |
| Gets the standard name of the type. More... | |
| string[] | TypeNames [get] |
Defines classes that can represent variables of different types. Used e.g. in interpreters and variable storing systems.