84 lines
4.4 KiB
XML
84 lines
4.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Type Name="ProvidersHelper" FullName="System.Web.Configuration.ProvidersHelper">
|
||
|
<TypeSignature Language="C#" Value="public static class ProvidersHelper" />
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyName>System.Web</AssemblyName>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
<Base>
|
||
|
<BaseTypeName>System.Object</BaseTypeName>
|
||
|
</Base>
|
||
|
<Interfaces />
|
||
|
<Docs>
|
||
|
<remarks>To be added.</remarks>
|
||
|
<since version=".NET 2.0" />
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Provides methods for creating provider instances, either singly or in a batch.</para>
|
||
|
</summary>
|
||
|
</Docs>
|
||
|
<Members>
|
||
|
<Member MemberName="InstantiateProvider">
|
||
|
<MemberSignature Language="C#" Value="public static System.Configuration.Provider.ProviderBase InstantiateProvider (System.Configuration.ProviderSettings providerSettings, Type providerType);" />
|
||
|
<MemberType>Method</MemberType>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.Configuration.Provider.ProviderBase</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Parameters>
|
||
|
<Parameter Name="providerSettings" Type="System.Configuration.ProviderSettings" />
|
||
|
<Parameter Name="providerType" Type="System.Type" />
|
||
|
</Parameters>
|
||
|
<Docs>
|
||
|
<remarks>To be added.</remarks>
|
||
|
<since version=".NET 2.0" />
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Initializes and returns a single provider of the given type using the supplied settings.</para>
|
||
|
</summary>
|
||
|
<returns>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>A new provider of the given type using the supplied settings.</para>
|
||
|
</returns>
|
||
|
<param name="providerSettings">
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />The settings to be passed to the provider upon initialization.</param>
|
||
|
<param name="providerType">
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> of the provider to be initialized.</param>
|
||
|
</Docs>
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
</Member>
|
||
|
<Member MemberName="InstantiateProviders">
|
||
|
<MemberSignature Language="C#" Value="public static void InstantiateProviders (System.Configuration.ProviderSettingsCollection configProviders, System.Configuration.Provider.ProviderCollection providers, Type providerType);" />
|
||
|
<MemberType>Method</MemberType>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.Void</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Parameters>
|
||
|
<Parameter Name="configProviders" Type="System.Configuration.ProviderSettingsCollection" />
|
||
|
<Parameter Name="providers" Type="System.Configuration.Provider.ProviderCollection" />
|
||
|
<Parameter Name="providerType" Type="System.Type" />
|
||
|
</Parameters>
|
||
|
<Docs>
|
||
|
<since version=".NET 2.0" />
|
||
|
<remarks>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>This method calls the <see cref="M:System.Web.Configuration.ProvidersHelper.InstantiateProvider(System.Configuration.ProviderSettings,System.Type)" /> method, and any exceptions thrown by that method will bubble up through the <see cref="M:System.Web.Configuration.ProvidersHelper.InstantiateProviders(System.Configuration.ProviderSettingsCollection,System.Configuration.Provider.ProviderCollection,System.Type)" /> method.</para>
|
||
|
</remarks>
|
||
|
<summary>
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />
|
||
|
<para>Initializes a collection of providers of the given type using the supplied settings.</para>
|
||
|
</summary>
|
||
|
<param name="configProviders">
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />A collection of settings to be passed to the provider upon initialization.</param>
|
||
|
<param name="providers">
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />The collection used to contain the initialized providers after the method returns.</param>
|
||
|
<param name="providerType">
|
||
|
<attribution license="cc4" from="Microsoft" modified="false" />The <see cref="T:System.Type" /> of the providers to be initialized.</param>
|
||
|
</Docs>
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyVersion>2.0.0.0</AssemblyVersion>
|
||
|
</AssemblyInfo>
|
||
|
</Member>
|
||
|
</Members>
|
||
|
</Type>
|