System.Xml.Serialization.XmlSchemaExporter.ExportMembersMapping Method

Adds an element declaration to the applicable System.Xml.Schema.XmlSchema for each of the element parts of a literal SOAP message definition, and specifies whether enclosing elements are included.

Syntax

public void ExportMembersMapping (XmlMembersMapping xmlMembersMapping, bool exportEnclosingType)

Parameters

xmlMembersMapping
The internal mapping between a .NET Framework type and an XML schema element.
exportEnclosingType
true if the schema elements that enclose the schema are to be included; otherwise, false.

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