'Declaration
Public Overloads Shared Function FromXmlElement( _ ByVal xmlParent As XmlElement _ ) As LiquidTechnologies.Runtime.XmlObjectBase
'Usage
Dim xmlParent As XmlElement Dim value As LiquidTechnologies.Runtime.XmlObjectBase value = ClassFactory.FromXmlElement(xmlParent)
public static LiquidTechnologies.Runtime.XmlObjectBase FromXmlElement( XmlElement xmlParent )
public: static LiquidTechnologies.Runtime.XmlObjectBase^ FromXmlElement( XmlElement^ xmlParent )
Parameters
- xmlParent
- The data that needs loading
Return Value
The wrapper object, loaded with the supplied data