Читати англійською Редагувати

Поділитися через


SoapSchemaExporter.ExportMembersMapping Method

Definition

Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.

Overloads

ExportMembersMapping(XmlMembersMapping)

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

Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.

ExportMembersMapping(XmlMembersMapping, Boolean)

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

Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.

ExportMembersMapping(XmlMembersMapping)

Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.

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

C#
public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping);

Parameters

xmlMembersMapping
XmlMembersMapping

Internal .NET Framework type mappings for the element parts of a WSDL message definition.

Remarks

You should not use the SoapSchemaExporter class directly.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

ExportMembersMapping(XmlMembersMapping, Boolean)

Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition.

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

C#
public void ExportMembersMapping(System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType);

Parameters

xmlMembersMapping
XmlMembersMapping

Internal .NET Framework type mappings for the element parts of a WSDL message definition.

exportEnclosingType
Boolean

true to export a type definition for the parent element of the WSDL parts; otherwise, false.

Remarks

You should not use the SoapSchemaExporter class directly.

Applies to

.NET Framework 4.8.1 та інші версії
Продукт Версії
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1