Documentation EDI-Interface LKW Walter AT - Release 1.6.1
ToXml(XmlObjectBase,XmlWriter,Boolean,String,SerializationContext,Boolean) Method



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > Supplier Class > ToXml Method : ToXml(XmlObjectBase,XmlWriter,Boolean,String,SerializationContext,Boolean) Method
Syntax
'Declaration
 
Protected Overloads Sub ToXml( _
   ByVal xmlObject As LiquidTechnologies.Runtime.XmlObjectBase, _
   ByVal xmlOut As LiquidTechnologies.Runtime.XmlWriter, _
   ByVal bRegisterNamespaces As Boolean, _
   ByVal namespaceUri As String, _
   ByVal context As LiquidTechnologies.Runtime.SerializationContext, _
   ByVal isOptionalChoice As Boolean _
) 
'Usage
 
Dim instance As Supplier
Dim xmlObject As LiquidTechnologies.Runtime.XmlObjectBase
Dim xmlOut As LiquidTechnologies.Runtime.XmlWriter
Dim bRegisterNamespaces As Boolean
Dim namespaceUri As String
Dim context As LiquidTechnologies.Runtime.SerializationContext
Dim isOptionalChoice As Boolean
 
instance.ToXml(xmlObject, xmlOut, bRegisterNamespaces, namespaceUri, context, isOptionalChoice)
protected void ToXml( 
   LiquidTechnologies.Runtime.XmlObjectBase xmlObject,
   LiquidTechnologies.Runtime.XmlWriter xmlOut,
   bool bRegisterNamespaces,
   string namespaceUri,
   LiquidTechnologies.Runtime.SerializationContext context,
   bool isOptionalChoice
)
protected:
void ToXml( 
   LiquidTechnologies.Runtime.XmlObjectBase^ xmlObject,
   LiquidTechnologies.Runtime.XmlWriter^ xmlOut,
   bool bRegisterNamespaces,
   String^ namespaceUri,
   LiquidTechnologies.Runtime.SerializationContext^ context,
   bool isOptionalChoice
) 

Parameters

xmlObject
xmlOut
bRegisterNamespaces
namespaceUri
context
isOptionalChoice
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
Overload List