System.Xml.Serialization.XmlCodeExporter.AddMappingMetadata Method

Adds an System.Xml.Serialization.XmlElementAttribute declaration to a method parameter or return value that corresponds to a <part> element of a SOAP message definition in a Web Services Description Language (WSDL) document.

Syntax

public void AddMappingMetadata (System.CodeDom.CodeAttributeDeclarationCollection metadata, XmlMemberMapping member, string ns, bool forceUseMemberName)

Parameters

metadata
The collection of System.CodeDom.CodeAttributeDeclaration objects for the generated type to which the method adds an attribute declaration.
member
An internal .NET Framework type mapping for a single element part of a WSDL message definition.
ns
The XML namespace of the SOAP message part for which the type mapping information in the member parameter has been generated.
forceUseMemberName
Flag that helps determine whether to add an initial argument containing the XML element name for the attribute declaration being generated.

Remarks

The Web Services Description Language tool (Wsdl.exe) uses this method when a WSDL document specifies literal use, indicating that the contents of SOAP message parameters and return values (or request and response documents) are literally specified with XML schema definitions.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0