DO NOT USE! The base class implementing the IVarType interface.
More...
|
virtual object | FromXmlElement (XmlElement source, ref object initial) |
| Creates a new object and initializes it from an XML element. More...
|
|
virtual XmlElement | ToXmlElement (object source, XmlDocument doc, ref XmlElement initial) |
| Creates and returns XML representation of an object. More...
|
|
string | ConvertToString (object source, string format) |
|
object | ParseFromString (string source, string format, int position, out int next) |
|
DO NOT USE! The base class implementing the IVarType interface.
virtual object IG.Lib.VarTypeBase.FromXmlElement |
( |
XmlElement |
source, |
|
|
ref object |
initial |
|
) |
| |
|
inlinevirtual |
Creates a new object and initializes it from an XML element.
- Parameters
-
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. |
- Returns
- Object created and/or initialized from XML.
Implements IG.Lib.IFromXml.
virtual XmlElement IG.Lib.VarTypeBase.ToXmlElement |
( |
object |
source, |
|
|
XmlDocument |
doc, |
|
|
ref XmlElement |
initial |
|
) |
| |
|
inlinevirtual |
Creates and returns XML representation of an object.
- Parameters
-
source | Object to be converted to XML. |
doc | XML document used for eventual creation of an XML element. |
initial | XML element on which contents of source can be stored. Function is not obliged to use it (e.g. it can always return a newly created object - this is left to implementation). |
- Returns
- XML element, an XML representation of the object.
Implements IG.Lib.IToXml.
string IG.Lib.VarTypeBase.ConvertToString |
( |
object |
source, |
|
|
string |
format |
|
) |
| |
|
inline |
object IG.Lib.VarTypeBase.ParseFromString |
( |
string |
source, |
|
|
string |
format, |
|
|
int |
position, |
|
|
out int |
next |
|
) |
| |
|
inline |
virtual string IG.Lib.VarTypeBase.TypeName |
|
get |
virtual string [] IG.Lib.VarTypeBase.TypeNames |
|
get |
The documentation for this class was generated from the following file: