XmlCodeExporter::AddMappingMetadata Method (CodeAttributeDeclarationCollection^, XmlMemberMapping^, String^, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds an 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.

Namespace:   System.Xml.Serialization
Assembly:  System.Xml (in System.Xml.dll)

public:
void AddMappingMetadata(
	CodeAttributeDeclarationCollection^ metadata,
	XmlMemberMapping^ member,
	String^ ns,
	bool forceUseMemberName
)

Parameters

metadata
Type: System.CodeDom::CodeAttributeDeclarationCollection^

The collection of CodeAttributeDeclaration objects for the generated type to which the method adds an attribute declaration.

member
Type: System.Xml.Serialization::XmlMemberMapping^

An internal .NET Framework type mapping for a single element part of a WSDL message definition.

ns
Type: System::String^

The XML namespace of the SOAP message part for which the type mapping information in the member parameter has been generated.

forceUseMemberName
Type: System::Boolean

Flag that helps determine whether to add an initial argument containing the XML element name for the attribute declaration being generated.

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.

.NET Framework
Available since 1.1
Return to top
Show: