This documentation is archived and is not being maintained.
SoapSchemaExporter Class
Visual Studio 2010
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Populates XmlSchema objects with XML Schema data type definitions for .NET Framework types that are serialized using SOAP encoding.
Assembly: System.Xml (in System.Xml.dll)
The SoapSchemaExporter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SoapSchemaExporter | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | ExportMembersMapping(XmlMembersMapping) | 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) | Adds to the applicable XmlSchema object a data type definition for each of the element parts of a SOAP-encoded message definition. |
![]() | ExportTypeMapping | Adds to the applicable XmlSchema object a data type definition for a .NET Framework type. |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (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.) |
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
