File: ProvidersHelper.xml

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (84 lines) | stat: -rw-r--r-- 4,546 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?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>