Documentation EDI-Interface LKW Walter AT - Release 1.6.1
FromXml(String,SerializationContext) Method



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

Parameters

xmlIn
The data to be loaded
context
The context to use when loading the data

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