SoapSchemaImporter::ImportMembersMapping Method

 

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

Generates internal type mapping information for a single SOAP-encoded element part defined in a WSDL document.

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

NameDescription
System_CAPS_pubmethodImportMembersMapping(String^, String^, SoapSchemaMember^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mapping information for a single SOAP-encoded element part defined in a WSDL document.

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<SoapSchemaMember^>^)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<SoapSchemaMember^>^, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

System_CAPS_pubmethodImportMembersMapping(String^, String^, array<SoapSchemaMember^>^, Boolean, Type^, Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Generates internal type mapping information for the element parts of a SOAP-encoded message defined in a WSDL document.

Return to top
Show: