Share via


XmlReflectionImporter.ImportMembersMapping Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

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.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ImportMembersMapping(String, String, array<XmlReflectionMember[], Boolean) Generates internal type mappings for information from a Web service method.
Public method ImportMembersMapping(String, String, array<XmlReflectionMember[], Boolean, Boolean) 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.
Public method ImportMembersMapping(String, String, array<XmlReflectionMember[], Boolean, Boolean, Boolean) 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.
Public method ImportMembersMapping(String, String, array<XmlReflectionMember[], Boolean, Boolean, Boolean, XmlMappingAccess) Generates internal type mappings for information from a Web service method.

Top