Documentation EDI-Interface LKW Walter AT - Release 1.6.1
FromXmlElement(XmlElement) Method



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > ClassFactory Class > FromXmlElement Method : FromXmlElement(XmlElement) Method
The data that needs loading
Creates an object from an XML Element.
Syntax
'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
Remarks
Throws an exception if the XML data is not compatible with the schema
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClassFactory Class
ClassFactory Members
Overload List