XmlReflectionImporter.ImportMembersMapping Method (String, String, array<XmlReflectionMember[], Boolean, Boolean)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns internal type mappings using information from a Web service method and allows you to specify an XML element name, XML namespace, and other options.
Namespace: System.Xml.Serialization
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Syntax
'Declaration
Public Function ImportMembersMapping ( _
elementName As String, _
ns As String, _
members As XmlReflectionMember(), _
hasWrapperElement As Boolean, _
rpc As Boolean _
) As XmlMembersMapping
public XmlMembersMapping ImportMembersMapping(
string elementName,
string ns,
XmlReflectionMember[] members,
bool hasWrapperElement,
bool rpc
)
Parameters
- elementName
Type: System.String
An XML element name produced from the Web service method.
- ns
Type: System.String
An XML element namespace produced from the Web service method.
- members
Type: array<System.Xml.Serialization.XmlReflectionMember[]
An array of XmlReflectionMember objects that contain .NET Framework code entities that belong to a Web service method.
- hasWrapperElement
Type: System.Boolean
true if elements that correspond to Web Services Description Language (WSDL) message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, false.
- rpc
Type: System.Boolean
true if the method is a remote procedure call; otherwise, false.
Return Value
Type: System.Xml.Serialization.XmlMembersMapping
An XmlMembersMapping that contains the mappings.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.