﻿<?xml version="1.0" encoding="utf-8"?><Type Name="SoapSchemaExporter" FullName="System.Xml.Serialization.SoapSchemaExporter"><TypeSignature Maintainer="auto" Language="C#" Value="public class SoapSchemaExporter" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SoapSchemaExporter extends System.Object" /><AssemblyInfo><AssemblyName>System.Xml</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ThreadSafetyStatement>To be added</ThreadSafetyStatement><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>SOAP encoding of SOAP Web service messages is described in Section 5 of the SOAP 1.1 specification.</para><para>The <see cref="T:System.Xml.Schema.XmlSchema" /> class provides a programmatic representation of an XML Schema definition language (XSD) document.</para><para>You should not use the <see cref="T:System.Xml.Serialization.SoapSchemaExporter" /> class directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Populates <see cref="T:System.Xml.Schema.XmlSchema" /> objects with XML Schema data type definitions for .NET Framework types that are serialized using SOAP encoding.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public SoapSchemaExporter (System.Xml.Serialization.XmlSchemas schemas);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Xml.Serialization.XmlSchemas schemas) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue /><Parameters><Parameter Name="schemas" Type="System.Xml.Serialization.XmlSchemas" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You should not create an instance of the <see cref="T:System.Xml.Serialization.SoapSchemaExporter" /> class directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Xml.Serialization.SoapSchemaExporter" /> class, which supplies the collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects to which XML Schema element declarations are to be added.</para></summary><param name="schemas"><attribution license="cc4" from="Microsoft" modified="false" />A collection of <see cref="T:System.Xml.Schema.XmlSchema" /> objects to which element declarations obtained from type mappings are to be added.</param></Docs></Member><Member MemberName="ExportMembersMapping"><MemberSignature Language="C#" Value="public void ExportMembersMapping (System.Xml.Serialization.XmlMembersMapping xmlMembersMapping);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void ExportMembersMapping(class System.Xml.Serialization.XmlMembersMapping xmlMembersMapping) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="xmlMembersMapping" Type="System.Xml.Serialization.XmlMembersMapping" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You should not use the <see cref="T:System.Xml.Serialization.SoapSchemaExporter" /> class directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds to the applicable <see cref="T:System.Xml.Schema.XmlSchema" /> object a data type definition for each of the element parts of a SOAP-encoded message definition.</para></summary><param name="xmlMembersMapping"><attribution license="cc4" from="Microsoft" modified="false" />Internal .NET Framework type mappings for the element parts of a WSDL message definition.</param></Docs></Member><Member MemberName="ExportMembersMapping"><MemberSignature Language="C#" Value="public void ExportMembersMapping (System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void ExportMembersMapping(class System.Xml.Serialization.XmlMembersMapping xmlMembersMapping, bool exportEnclosingType) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="xmlMembersMapping" Type="System.Xml.Serialization.XmlMembersMapping" /><Parameter Name="exportEnclosingType" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You should not use the <see cref="T:System.Xml.Serialization.SoapSchemaExporter" /> class directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds to the applicable <see cref="T:System.Xml.Schema.XmlSchema" /> object a data type definition for each of the element parts of a SOAP-encoded message definition.</para></summary><param name="xmlMembersMapping"><attribution license="cc4" from="Microsoft" modified="false" />Internal .NET Framework type mappings for the element parts of a WSDL message definition.</param><param name="exportEnclosingType"><attribution license="cc4" from="Microsoft" modified="false" />true to export a type definition for the parent element of the WSDL parts; otherwise, false.</param></Docs></Member><Member MemberName="ExportTypeMapping"><MemberSignature Language="C#" Value="public void ExportTypeMapping (System.Xml.Serialization.XmlTypeMapping xmlTypeMapping);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void ExportTypeMapping(class System.Xml.Serialization.XmlTypeMapping xmlTypeMapping) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Parameters><Parameter Name="xmlTypeMapping" Type="System.Xml.Serialization.XmlTypeMapping" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You should not use the <see cref="T:System.Xml.Serialization.SoapSchemaExporter" /> class directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Adds to the applicable <see cref="T:System.Xml.Schema.XmlSchema" /> object a data type definition for a .NET Framework type.</para></summary><param name="xmlTypeMapping"><attribution license="cc4" from="Microsoft" modified="false" />An internal mapping between a .NET Framework type and an XML Schema element.</param></Docs></Member></Members></Type>