SoapSchemaExporter Class

Definition

Populates XmlSchema objects with XML Schema data type definitions for .NET Framework types that are serialized using SOAP encoding.

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

public ref class SoapSchemaExporter
public class SoapSchemaExporter
type SoapSchemaExporter = class
Public Class SoapSchemaExporter
Inheritance
SoapSchemaExporter

Remarks

SOAP encoding of SOAP Web service messages is described in Section 5 of the SOAP 1.1 specification.

The XmlSchema class provides a programmatic representation of an XML Schema definition language (XSD) document.

You should not use the SoapSchemaExporter class directly.

Constructors

SoapSchemaExporter(XmlSchemas)

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

Initializes a new instance of the SoapSchemaExporter class, which supplies the collection of XmlSchema objects to which XML Schema element declarations are to be added.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
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.

ExportTypeMapping(XmlTypeMapping)

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 a .NET Framework type.

GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also