﻿<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.ServiceModel.Install</name>
  </assembly>
  <members>
    <member name="T:System.ServiceModel.Install.Configuration.ServiceModelConfiguration">
      <summary>Represents a <see cref="N:System.Xml.Serialization" /> object that is used to deserialize an XML internal resource described by the ServiceModel configuration. This type supports the Windows Communication Foundation (WCF) infrastructure and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfiguration.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfiguration" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfiguration.#ctor(System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfiguration" /> class with the specified configuration sections.</summary>
      <param name="sections">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances that describe the &lt;section&gt; XML element.</param>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfiguration.#ctor(System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfiguration" /> class with the specified configuration section groups.</summary>
      <param name="sectionGroups">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances that describe the &lt;sectionGroup&gt; XML element.</param>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfiguration.#ctor(System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup[],System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfiguration" /> class with the specified configuration sections and groups.</summary>
      <param name="sectionGroups">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances that describe the &lt;sectionGroup&gt; XML element.</param>
      <param name="sections">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances that describe the &lt;section&gt; XML element.</param>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfiguration.SectionGroups">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances that describe the &lt;sectionGroup&gt; XML element.</summary>
      <returns>A <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroupCollection" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfiguration.Sections">
      <summary>Gets a collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances that describe the &lt;section&gt; XML element.</summary>
      <returns>A <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionCollection" /> .</returns>
    </member>
    <member name="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection">
      <summary>Represents a <see cref="T:System.Xml.Serialization.XmlSerializer" /> object that is used to deserialize an XML internal resource described by the ServiceModel configuration. This type supports the Windows Communication Foundation (WCF) infrastructure and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> class with the specified name and type.</summary>
      <param name="name">The configuration name of the section. This value should be unique because it is used as identification for the section.</param>
      <param name="type">Specifies the type of the section to be instantiated. This setting must equate to a valid type. The format should be Namespace.Class, AssemblyName, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.</param>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection.AllowDefinition">
      <summary>Gets or sets the allowDefinition attribute in the XML internal resource.</summary>
      <returns>The allowDefinition attribute in the XML internal resource.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection.AllowExeDefinition">
      <summary>Gets or sets the allowExeDefinition attribute in the XML internal resource.</summary>
      <returns>The allowExeDefinition attribute in the XML internal resource.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection.Name">
      <summary>Gets or sets the configuration name of the section. This value should be unique because it is used as identification for the section.</summary>
      <returns>The configuration name of the section. This value should be unique because it is used as identification for the section.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection.Type">
      <summary>Gets or sets the type of the section to be instantiated.</summary>
      <returns>The type of the section to be instantiated. </returns>
    </member>
    <member name="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionCollection">
      <summary>Represents a collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances.</summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionCollection" /> class. </summary>
    </member>
    <member name="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup">
      <summary>Represents a serializer object that is used to deserialize an XML internal resource described by the ServiceModel configuration. This type supports the Windows Communication Foundation (WCF) infrastructure and is not intended to be used directly from your code.</summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> class. </summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.#ctor(System.String,System.String)">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> class with the specified name and type.</summary>
      <param name="name">The configuration name of the section group. This value should be unique because it is used as identification for the section group.</param>
      <param name="type">Specifies the type of the section group to be instantiated. This setting must equate to a valid type. The format should be Namespace.Class, AssemblyName, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.</param>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.#ctor(System.String,System.String,System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> class with the specified name, type and configuration sections.</summary>
      <param name="name">The configuration name of the section group. This value should be unique because it is used as identification for the section group.</param>
      <param name="type">Specifies the type of the section group to be instantiated. This setting must equate to a valid type. The format should be Namespace.Class, AssemblyName, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.</param>
      <param name="sections">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances that describe the &lt;section&gt; XML element.</param>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.#ctor(System.String,System.String,System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> class with the specified name, type and configuration section groups.</summary>
      <param name="name">The configuration name of the section group. This value should be unique because it is used as identification for the section group.</param>
      <param name="type">Specifies the type of the section group to be instantiated. This setting must equate to a valid type. The format should be Namespace.Class, AssemblyName, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.</param>
      <param name="sectionGroups">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances that describe the &lt;sectionGroup&gt; XML element.</param>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.#ctor(System.String,System.String,System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup[],System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection[])">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> class with the specified name, type and configuration sections and groups.</summary>
      <param name="name">The configuration name of the section group. This value should be unique because it is used as identification for the section group.</param>
      <param name="type">Specifies the type of the section group to be instantiated. This setting must equate to a valid type. The format should be Namespace.Class, AssemblyName, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null.</param>
      <param name="sectionGroups">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances that describe the &lt;sectionGroup&gt; XML element.</param>
      <param name="sections">A collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances that describe the &lt;section&gt; XML element.</param>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.Name">
      <summary>Gets or sets the configuration name of the section group.</summary>
      <returns>The configuration name of the section group. This value should be unique because it is used as identification for the section group.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.SectionGroups">
      <summary>Gets the collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances that describe the &lt;sectionGroup&gt; XML element.</summary>
      <returns>A <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroupCollection" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.Sections">
      <summary>Gets the collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSection" /> instances that describe the &lt;section&gt; XML element.</summary>
      <returns>A <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionCollection" />.</returns>
    </member>
    <member name="P:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup.Type">
      <summary>Gets or sets the type of the section group to be instantiated.</summary>
      <returns>The type of the section group to be instantiated. </returns>
    </member>
    <member name="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroupCollection">
      <summary>Represents a collection of <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroup" /> instances.</summary>
    </member>
    <member name="M:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroupCollection.#ctor">
      <summary>Initializes a new instance of the <see cref="T:System.ServiceModel.Install.Configuration.ServiceModelConfigurationSectionGroupCollection" /> class.</summary>
    </member>
  </members>
</doc>