Jo Shields a575963da9 Imported Upstream version 3.6.0
Former-commit-id: da6be194a6b1221998fc28233f2503bd61dd9d14
2014-08-13 10:39:27 +01:00

116 lines
4.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Type Name="SchemaImporterExtensionsSection" FullName="System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection">
<TypeSignature Language="C#" Value="public sealed class SchemaImporterExtensionsSection : System.Configuration.ConfigurationSection" />
<AssemblyInfo>
<AssemblyName>System.Xml</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Configuration.ConfigurationSection</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<remarks>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>This class is used by the serialization infrastructure to handle the configuration elements and cannot be used directly.</para>
<para>Instead, to configure the <see cref="T:System.Xml.Serialization.XmlSchemaImporter" />, create an application configuration file and use the following XML elements to specify types used by the class when mapping XSD types to .Net Framework types:</para>
<list type="bullet">
<item>
<para>
<format type="text/html">
<a href="3ce45919-388a-418c-8968-6df0372c73ec">&lt;system.xml.serialization&gt; Element</a>
</format>
</para>
</item>
<item>
<para>
<format type="text/html">
<a href="465ef2a0-f909-4ac1-9a56-0ead5c849698">&lt;schemaImporterExtensions&gt; Element</a>
</format>
</para>
</item>
<item>
<para>
<format type="text/html">
<a href="c828a558-094b-441e-9065-790b87315fa0">&lt;add&gt; Element for &lt;xmlSchemaImporterExtensions&gt;</a>
</format>
</para>
</item>
</list>
</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Handles the configuration for the <see cref="T:System.Xml.Serialization.XmlSchemaImporter" /> class. This class cannot be inherited.</para>
</summary>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public SchemaImporterExtensionsSection ();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Initializes a new instance of the <see cref="T:System.Xml.Serialization.Configuration.SchemaImporterExtensionsSection" /> class.</para>
</summary>
</Docs>
</Member>
<Member MemberName="InitializeDefault">
<MemberSignature Language="C#" Value="protected override void InitializeDefault ();" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Properties">
<MemberSignature Language="C#" Value="protected override System.Configuration.ConfigurationPropertyCollection Properties { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Configuration.ConfigurationPropertyCollection</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="SchemaImporterExtensions">
<MemberSignature Language="C#" Value="public System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection SchemaImporterExtensions { get; }" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute>
<AttributeName>System.Configuration.ConfigurationProperty("", Options=System.Configuration.ConfigurationPropertyOptions.IsDefaultCollection)</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Xml.Serialization.Configuration.SchemaImporterExtensionElementCollection</ReturnType>
</ReturnValue>
<Docs>
<value>To be added.</value>
<remarks>To be added.</remarks>
<summary>
<attribution license="cc4" from="Microsoft" modified="false" />
<para>Gets the object that represents the collection of extensions.</para>
</summary>
</Docs>
</Member>
</Members>
</Type>