XmlCodeExporter::AddMappingMetadata Method

 

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)

NameDescription
System_CAPS_pubmethodAddMappingMetadata(CodeAttributeDeclarationCollection^, XmlMemberMapping^, String^)

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.

System_CAPS_pubmethodAddMappingMetadata(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.

System_CAPS_pubmethodAddMappingMetadata(CodeAttributeDeclarationCollection^, XmlTypeMapping^, String^)

This API supports the product infrastructure and is not intended to be used directly from your code. Adds an XmlElementAttribute declaration to a method return value that corresponds to a <part> element of a non-SOAP message definition in a Web Services Description Language (WSDL) document.

Return to top
Show: