System.Xml.Serialization.XmlSchemaImporter.ImportMembersMapping Method

Generates internal type mapping information for the element parts of a literal-use SOAP message defined in a WSDL document.

Syntax

public XmlMembersMapping ImportMembersMapping (string name, string ns, SoapSchemaMember[] members)

Parameters

name
The name of the element for which to generate a mapping.
ns
The namespace of the element for which to generate a mapping.
members
An array of System.Xml.Serialization.SoapSchemaMember instances that specifies the members of the element for which to generate a mapping.

Returns

A System.Xml.Serialization.XmlMembersMapping that contains type mapping information.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0