Documentation EDI-Interface LKW Walter AT - Release 1.6.1
ProcessElementAllFromXml Method (Supplier)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Supplier Class : ProcessElementAllFromXml Method
Syntax
'Declaration
 
Protected Function ProcessElementAllFromXml( _
   ByVal context As LiquidTechnologies.Runtime.SerializationContext, _
   ByVal xmlParent As XmlElement, _
   ByRef xmlChild As XmlElement, _
   ByVal parentClassElementType As LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType _
) As Boolean
'Usage
 
Dim instance As Supplier
Dim context As LiquidTechnologies.Runtime.SerializationContext
Dim xmlParent As XmlElement
Dim xmlChild As XmlElement
Dim parentClassElementType As LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType
Dim value As Boolean
 
value = instance.ProcessElementAllFromXml(context, xmlParent, xmlChild, parentClassElementType)
protected bool ProcessElementAllFromXml( 
   LiquidTechnologies.Runtime.SerializationContext context,
   XmlElement xmlParent,
   ref XmlElement xmlChild,
   LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType parentClassElementType
)
protected:
bool ProcessElementAllFromXml( 
   LiquidTechnologies.Runtime.SerializationContext^ context,
   XmlElement^ xmlParent,
   XmlElement^% xmlChild,
   LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType^ parentClassElementType
) 

Parameters

context
xmlParent
xmlChild
parentClassElementType
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

Supplier Class
Supplier Members