Documentation EDI-Interface LKW Walter AT - Release 1.6.1
ProcessAttributesFromXml Method (DocumentNumber)



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > DocumentNumber Class : ProcessAttributesFromXml Method
Syntax
'Declaration
 
Protected Sub ProcessAttributesFromXml( _
   ByVal context As LiquidTechnologies.Runtime.SerializationContext, _
   ByVal xmlParent As XmlElement, _
   ByVal errorIfAttributeNotMatched As Boolean _
) 
'Usage
 
Dim instance As DocumentNumber
Dim context As LiquidTechnologies.Runtime.SerializationContext
Dim xmlParent As XmlElement
Dim errorIfAttributeNotMatched As Boolean
 
instance.ProcessAttributesFromXml(context, xmlParent, errorIfAttributeNotMatched)
protected void ProcessAttributesFromXml( 
   LiquidTechnologies.Runtime.SerializationContext context,
   XmlElement xmlParent,
   bool errorIfAttributeNotMatched
)
protected:
void ProcessAttributesFromXml( 
   LiquidTechnologies.Runtime.SerializationContext^ context,
   XmlElement^ xmlParent,
   bool errorIfAttributeNotMatched
) 

Parameters

context
xmlParent
errorIfAttributeNotMatched
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

DocumentNumber Class
DocumentNumber Members