Documentation EDI-Interface LKW Walter AT - Release 1.6.1
ProcessElementSeqFromXml Method (AddNumber)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > AddNumber Class : ProcessElementSeqFromXml Method
Syntax
'Declaration
 
Protected Function ProcessElementSeqFromXml( _
   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 AddNumber
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.ProcessElementSeqFromXml(context, xmlParent, xmlChild, parentClassElementType)
protected bool ProcessElementSeqFromXml( 
   LiquidTechnologies.Runtime.SerializationContext context,
   XmlElement xmlParent,
   ref XmlElement xmlChild,
   LiquidTechnologies.Runtime.XmlObjectBase.XmlElementType parentClassElementType
)
protected:
bool ProcessElementSeqFromXml( 
   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

AddNumber Class
AddNumber Members