﻿<?xml version="1.0" encoding="utf-8"?><Type Name="XmlReflectionImporter" FullName="System.Xml.Serialization.XmlReflectionImporter"><TypeSignature Maintainer="auto" Language="C#" Value="public class XmlReflectionImporter" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit XmlReflectionImporter 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>The <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> class is not used directly. Instead, it is used as follows:</para><list type="bullet"><item><para>By the <see cref="T:System.Web.Services.Description.ServiceDescriptionReflector" /> class while it creates <see cref="T:System.Web.Services.Description.ServiceDescription" /> objects from classes that are identified as Web services.</para></item><item><para>By a Web service or client, including during initialization.</para></item><item><para>To initialize an <see cref="T:System.Xml.Serialization.XmlSerializer" /> object.</para></item><item><para>By the XML Schema Definition tool (Xsd.exe) while the tool generates XML schemas from types in a run-time assembly file.</para></item><item><para>By the Web Services Description Language tool (Wsdl.exe) while the tool generates client proxy classes or abstract server classes from a WSDL document.</para></item></list><para>The <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> class is used for Web services when a service or client specifies: </para><list type="bullet"><item><para>Literal use, which indicates that the contents of SOAP message parameters and return values (or request and response documents) are literally specified with XML schema definitions.</para></item><item><para>Non-SOAP implementations of Web services using the HTTP-GET and HTTP-POST operations.</para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates mappings to XML schema element declarations, including literal XML Schema Definition (XSD) message parts in a Web Services Description Language (WSDL) document, for .NET Framework types or Web service method information. </para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XmlReflectionImporter ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() 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 /><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>You do not need to create an instance of an <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> object directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> class. </para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XmlReflectionImporter (string defaultNamespace);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string defaultNamespace) 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="defaultNamespace" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to create an instance of the <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> 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.XmlReflectionImporter" /> class using the specified default XML namespace. </para></summary><param name="defaultNamespace"><attribution license="cc4" from="Microsoft" modified="false" />The default XML namespace to use for imported type mappings.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XmlReflectionImporter (System.Xml.Serialization.XmlAttributeOverrides attributeOverrides);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Xml.Serialization.XmlAttributeOverrides attributeOverrides) 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="attributeOverrides" Type="System.Xml.Serialization.XmlAttributeOverrides" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to create an instance of the <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> 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.XmlReflectionImporter" /> class using the specified XML serialization overrides. </para></summary><param name="attributeOverrides"><attribution license="cc4" from="Microsoft" modified="false" />An object that overrides how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class serializes mapped types.</param></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public XmlReflectionImporter (System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, string defaultNamespace);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Xml.Serialization.XmlAttributeOverrides attributeOverrides, string defaultNamespace) 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="attributeOverrides" Type="System.Xml.Serialization.XmlAttributeOverrides" /><Parameter Name="defaultNamespace" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to create an instance of the <see cref="T:System.Xml.Serialization.XmlReflectionImporter" /> 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.XmlReflectionImporter" /> class using the specified XML serialization overrides and default XML namespace. </para></summary><param name="attributeOverrides"><attribution license="cc4" from="Microsoft" modified="false" />An object that overrides how the <see cref="T:System.Xml.Serialization.XmlSerializer" /> class serializes mapped types.</param><param name="defaultNamespace"><attribution license="cc4" from="Microsoft" modified="false" />The default XML namespace to use for imported type mappings.</param></Docs></Member><Member MemberName="ImportMembersMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping (string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, class System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement) 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.Xml.Serialization.XmlMembersMapping</ReturnType></ReturnValue><Parameters><Parameter Name="elementName" Type="System.String" /><Parameter Name="ns" Type="System.String" /><Parameter Name="members" Type="System.Xml.Serialization.XmlReflectionMember[]" /><Parameter Name="hasWrapperElement" Type="System.Boolean" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The <see cref="M:System.Xml.Serialization.XmlReflectionImporter.ImportMembersMapping(System.String,System.String,System.Xml.Serialization.XmlReflectionMember[],System.Boolean)" /> method is called while initializing a Web service or client, or reflecting a Web service. It is not necessary to call it directly.</para><para>The <see cref="T:System.Xml.Serialization.XmlReflectionMember" /> array parameter can consist of any one of the following:</para><list type="bullet"><item><para>Web service method input parameters.</para></item><item><para>Web service method output parameters, plus the return type, if not void, at index 0.</para></item><item><para>SOAP input headers.</para></item><item><para>SOAP output headers.</para></item></list></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates internal type mappings for information from a Web service method. </para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.Serialization.XmlMembersMapping" /> with mappings to the element parts of a WSDL message definition.</para></returns><param name="elementName"><attribution license="cc4" from="Microsoft" modified="false" />An XML element name produced from the Web service method.</param><param name="ns"><attribution license="cc4" from="Microsoft" modified="false" />An XML element namespace produced from the Web service method.</param><param name="members"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Xml.Serialization.XmlReflectionMember" />  objects that contain .NET Framework code entities that belong to a Web service method.</param><param name="hasWrapperElement"><attribution license="cc4" from="Microsoft" modified="false" />true if elements that correspond to Web Services Description Language (WSDL) message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, false.</param></Docs></Member><Member MemberName="ImportMembersMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping (string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, class System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.Serialization.XmlMembersMapping</ReturnType></ReturnValue><Parameters><Parameter Name="elementName" Type="System.String" /><Parameter Name="ns" Type="System.String" /><Parameter Name="members" Type="System.Xml.Serialization.XmlReflectionMember[]" /><Parameter Name="hasWrapperElement" Type="System.Boolean" /><Parameter Name="rpc" Type="System.Boolean" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.Serialization.XmlMembersMapping" /> that contains the mappings.</para></returns><param name="elementName"><attribution license="cc4" from="Microsoft" modified="false" />An XML element name produced from the Web service method.</param><param name="ns"><attribution license="cc4" from="Microsoft" modified="false" />An XML element namespace produced from the Web service method.</param><param name="members"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Xml.Serialization.XmlReflectionMember" />  objects that contain .NET Framework code entities that belong to a Web service method.</param><param name="hasWrapperElement"><attribution license="cc4" from="Microsoft" modified="false" />true if elements that correspond to Web Services Description Language (WSDL) message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, false.</param><param name="rpc"><attribution license="cc4" from="Microsoft" modified="false" />true if the method is a remote procedure call; otherwise, false.</param></Docs></Member><Member MemberName="ImportMembersMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping (string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, class System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.Serialization.XmlMembersMapping</ReturnType></ReturnValue><Parameters><Parameter Name="elementName" Type="System.String" /><Parameter Name="ns" Type="System.String" /><Parameter Name="members" Type="System.Xml.Serialization.XmlReflectionMember[]" /><Parameter Name="hasWrapperElement" Type="System.Boolean" /><Parameter Name="rpc" Type="System.Boolean" /><Parameter Name="openModel" Type="System.Boolean" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Returns internal type mappings using information from a Web service method, and allows you to specify an XML element name, XML namespace, and other options.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.Serialization.XmlMembersMapping" /> that contains the mappings.</para></returns><param name="elementName"><attribution license="cc4" from="Microsoft" modified="false" />An XML element name produced from the Web service method.</param><param name="ns"><attribution license="cc4" from="Microsoft" modified="false" />An XML element namespace produced from the Web service method.</param><param name="members"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Xml.Serialization.XmlReflectionMember" />  objects that contain .NET Framework code entities that belong to a Web service method.</param><param name="hasWrapperElement"><attribution license="cc4" from="Microsoft" modified="false" />true if elements that correspond to Web Services Description Language (WSDL) message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, false.</param><param name="rpc"><attribution license="cc4" from="Microsoft" modified="false" />true if the method is a remote procedure call; otherwise, false.</param><param name="openModel"><attribution license="cc4" from="Microsoft" modified="false" />true to specify that the generated schema type will be marked with the &lt;xs:anyAttribute&gt; element; otherwise, false.</param></Docs></Member><Member MemberName="ImportMembersMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlMembersMapping ImportMembersMapping (string elementName, string ns, System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel, System.Xml.Serialization.XmlMappingAccess access);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlMembersMapping ImportMembersMapping(string elementName, string ns, class System.Xml.Serialization.XmlReflectionMember[] members, bool hasWrapperElement, bool rpc, bool openModel, valuetype System.Xml.Serialization.XmlMappingAccess access) cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Xml.Serialization.XmlMembersMapping</ReturnType></ReturnValue><Parameters><Parameter Name="elementName" Type="System.String" /><Parameter Name="ns" Type="System.String" /><Parameter Name="members" Type="System.Xml.Serialization.XmlReflectionMember[]" /><Parameter Name="hasWrapperElement" Type="System.Boolean" /><Parameter Name="rpc" Type="System.Boolean" /><Parameter Name="openModel" Type="System.Boolean" /><Parameter Name="access" Type="System.Xml.Serialization.XmlMappingAccess" /></Parameters><Docs><remarks>To be added.</remarks><since version=".NET 2.0" /><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates internal type mappings for information from a Web service method.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.Serialization.XmlMembersMapping" /> that contains the mappings.</para></returns><param name="elementName"><attribution license="cc4" from="Microsoft" modified="false" />An XML element name produced from the Web service method.</param><param name="ns"><attribution license="cc4" from="Microsoft" modified="false" />An XML element namespace produced from the Web service method.</param><param name="members"><attribution license="cc4" from="Microsoft" modified="false" />An array of <see cref="T:System.Xml.Serialization.XmlReflectionMember" />  objects that contain .NET Framework code entities that belong to a Web service method.</param><param name="hasWrapperElement"><attribution license="cc4" from="Microsoft" modified="false" />true if elements that correspond to Web Services Description Language (WSDL) message parts should be enclosed in an extra wrapper element in a SOAP message; otherwise, false.</param><param name="rpc"><attribution license="cc4" from="Microsoft" modified="false" />true if the method is a remote procedure call; otherwise, false.</param><param name="openModel"><attribution license="cc4" from="Microsoft" modified="false" />true to specify that the generated schema type will be marked with the &lt;xs:anyAttribute&gt; element; otherwise, false.</param><param name="access"><attribution license="cc4" from="Microsoft" modified="false" />One of the <see cref="T:System.Xml.Serialization.XmlMappingAccess" /> values. The default is None.</param></Docs></Member><Member MemberName="ImportTypeMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping (Type type);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(class System.Type type) 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.Xml.Serialization.XmlTypeMapping</ReturnType></ReturnValue><Parameters><Parameter Name="type" Type="System.Type" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to call the <see cref="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type)" /> method directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates a mapping to an XML Schema element for a specified .NET Framework type. </para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Internal .NET Framework mapping of a type to an XML Schema element.</para></returns><param name="type"><attribution license="cc4" from="Microsoft" modified="false" />The .NET Framework type for which to generate a type mapping.</param></Docs></Member><Member MemberName="ImportTypeMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping (Type type, string defaultNamespace);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(class System.Type type, string defaultNamespace) 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.Xml.Serialization.XmlTypeMapping</ReturnType></ReturnValue><Parameters><Parameter Name="type" Type="System.Type" /><Parameter Name="defaultNamespace" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to call the <see cref="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.String)" /> method directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and namespace. </para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>Internal .NET Framework mapping of a type to an XML Schema element.</para></returns><param name="type"><attribution license="cc4" from="Microsoft" modified="false" />The .NET Framework type for which to generate a type mapping.</param><param name="defaultNamespace"><attribution license="cc4" from="Microsoft" modified="false" />The default XML namespace to use.</param></Docs></Member><Member MemberName="ImportTypeMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping (Type type, System.Xml.Serialization.XmlRootAttribute root);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(class System.Type type, class System.Xml.Serialization.XmlRootAttribute root) 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.Xml.Serialization.XmlTypeMapping</ReturnType></ReturnValue><Parameters><Parameter Name="type" Type="System.Type" /><Parameter Name="root" Type="System.Xml.Serialization.XmlRootAttribute" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to call the <see cref="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute)" /> method directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type and attribute. </para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.Serialization.XmlTypeMapping" /> that represents a mapping of a .NET Framework type to an XML Schema element.</para></returns><param name="type"><attribution license="cc4" from="Microsoft" modified="false" />The .NET Framework type for which to generate a type mapping.</param><param name="root"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> attribute that is applied to the type.</param></Docs></Member><Member MemberName="ImportTypeMapping"><MemberSignature Language="C#" Value="public System.Xml.Serialization.XmlTypeMapping ImportTypeMapping (Type type, System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Xml.Serialization.XmlTypeMapping ImportTypeMapping(class System.Type type, class System.Xml.Serialization.XmlRootAttribute root, string defaultNamespace) 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.Xml.Serialization.XmlTypeMapping</ReturnType></ReturnValue><Parameters><Parameter Name="type" Type="System.Type" /><Parameter Name="root" Type="System.Xml.Serialization.XmlRootAttribute" /><Parameter Name="defaultNamespace" Type="System.String" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to call the <see cref="M:System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String)" /> method directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Generates a mapping to an XML Schema element for a .NET Framework type, using the specified type, attribute, and namespace. </para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.Xml.Serialization.XmlTypeMapping" /> that contains the internal .NET Framework mapping of a type to an XML Schema element.</para></returns><param name="type"><attribution license="cc4" from="Microsoft" modified="false" />The .NET Framework type for which to generate a type mapping.</param><param name="root"><attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.Xml.Serialization.XmlRootAttribute" /> attribute that is applied to the type.</param><param name="defaultNamespace"><attribution license="cc4" from="Microsoft" modified="false" />The default XML namespace to use.</param></Docs></Member><Member MemberName="IncludeType"><MemberSignature Language="C#" Value="public void IncludeType (Type type);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void IncludeType(class System.Type type) 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="type" Type="System.Type" /></Parameters><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>It is not necessary to call the <see cref="M:System.Xml.Serialization.XmlReflectionImporter.IncludeType(System.Type)" /> method directly.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Includes mappings for a type for later use when import methods are invoked. </para></summary><param name="type"><attribution license="cc4" from="Microsoft" modified="false" />The .NET Framework type for which to save type mapping information.</param></Docs></Member><Member MemberName="IncludeTypes"><MemberSignature Language="C#" Value="public void IncludeTypes (System.Reflection.ICustomAttributeProvider provider);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance void IncludeTypes(class System.Reflection.ICustomAttributeProvider provider) 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="provider" Type="System.Reflection.ICustomAttributeProvider" /></Parameters><Docs><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Includes mappings for derived types for later use when import methods are invoked. </para></summary><param name="provider"><attribution license="cc4" from="Microsoft" modified="false" />An instance of the <see cref="T:System.Reflection.ICustomAttributeProvider" />  class that contains custom attributes derived from the <see cref="T:System.Xml.Serialization.XmlIncludeAttribute" /> attribute.</param></Docs></Member></Members></Type>