Documentation EDI-Interface LKW Walter AT - Release 1.6.1
FromXmlStream(Stream,SerializationContext) Method



edi.lkwwalter.cioi.EDITrainV162Lib Namespace > ClassFactory Class > FromXmlStream Method : FromXmlStream(Stream,SerializationContext) Method
The data to be loaded
Creates an object from XML data held in a stream.
Syntax
'Declaration
 
Public Overloads Shared Function FromXmlStream( _
   ByVal stream As Stream, _
   ByVal context As LiquidTechnologies.Runtime.SerializationContext _
) As LiquidTechnologies.Runtime.XmlObjectBase
'Usage
 
Dim stream As Stream
Dim context As LiquidTechnologies.Runtime.SerializationContext
Dim value As LiquidTechnologies.Runtime.XmlObjectBase
 
value = ClassFactory.FromXmlStream(stream, context)
public static LiquidTechnologies.Runtime.XmlObjectBase FromXmlStream( 
   Stream stream,
   LiquidTechnologies.Runtime.SerializationContext context
)
public:
static LiquidTechnologies.Runtime.XmlObjectBase^ FromXmlStream( 
   Stream^ stream,
   LiquidTechnologies.Runtime.SerializationContext^ context
) 

Parameters

stream
The data to be loaded
context

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