Subversion Repositories Projects

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2287 - 1
<?xml version="1.0"?>
2
<doc>
3
    <assembly>
4
        <name>OpenNETCF.Configuration</name>
5
    </assembly>
6
    <members>
7
        <member name="T:OpenNETCF.Configuration.AppSettingsReader">
8
            <summary>
9
            Provides a method for reading values of a particular type from the .config file.
10
            </summary>
11
        </member>
12
        <member name="M:OpenNETCF.Configuration.AppSettingsReader.#ctor">
13
            <summary>
14
 
15
            </summary>
16
        </member>
17
        <member name="M:OpenNETCF.Configuration.AppSettingsReader.GetValue(System.String,System.Type)">
18
            <summary>
19
 
20
            </summary>
21
            <param name="key"></param>
22
            <param name="type"></param>
23
            <returns></returns>
24
        </member>
25
        <member name="T:OpenNETCF.Reflection.Assembly2">
26
            <summary>
27
            Contains helper functions for the <see cref="T:System.Reflection.Assembly"/> class.
28
            </summary>
29
            <seealso cref="T:System.Reflection.Assembly"/>
30
        </member>
31
        <member name="M:OpenNETCF.Reflection.Assembly2.GetEntryAssembly">
32
            <summary>
33
            Gets the process executable.
34
            </summary>
35
            <returns>The <see cref="T:System.Reflection.Assembly"/> that is the process executable.</returns>
36
        </member>
37
        <member name="T:OpenNETCF.Configuration.ConfigurationException">
38
            <summary>
39
            The exception that is thrown when an error occurs in a configuration setting.
40
            </summary>
41
        </member>
42
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor">
43
            <summary>
44
            Initializes a new instance of the System.Configuration.ConfigurationException class.
45
            </summary>
46
        </member>
47
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String)">
48
            <summary>
49
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message.
50
            </summary>
51
            <param name="message">The message to display to the client when the exception is thrown.</param>
52
        </member>
53
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Exception)">
54
            <summary>
55
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message and System.Exception.InnerException  property.
56
            </summary>
57
            <param name="message">The message to display to the client when the exception is thrown.</param>
58
            <param name="inner">The System.Exception.InnerException , if any, that threw the current exception.</param>
59
        </member>
60
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.Xml.XmlNode)">
61
            <summary>
62
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message and System.Exception.InnerException and the name of the configuration section node that contains the error.  
63
            </summary>
64
            <param name="message">The message to display to the client when the exception is thrown.</param>
65
            <param name="inner">The System.Exception.InnerException , if any, that threw the current exception.</param>
66
            <param name="node">The System.Xml.XmlNode that contains the error.</param>
67
        </member>
68
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.String,System.Int32)">
69
            <summary>
70
            Initializes a new instance of the System.Configuration.ConfigurationException class with the specified error message, the name of the configuration file that contains the error, and the line number in the file.
71
            </summary>
72
            <param name="message">The message to display to the client when the exception is thrown.</param>
73
            <param name="filename">The name of the configuration file that contains the error.</param>
74
            <param name="line">The number of the line that contains the error.</param>
75
        </member>
76
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Exception,System.String,System.Int32)">
77
            <summary>
78
            Initializes a new instance of the System.Configuration.ConfigurationException with the specified error message and System.Exception.InnerException, the name of the file containing the error, and the line number of the error in the file.
79
            </summary>
80
            <param name="message">The message to display to the client when the exception is thrown.</param>
81
            <param name="inner">The System.Exception.InnerException , if any, that threw the current exception.</param>
82
            <param name="filename">The name of the configuration file that contains the error.</param>
83
            <param name="line">The number of the line that contains the error.</param>
84
        </member>
85
        <member name="M:OpenNETCF.Configuration.ConfigurationException.#ctor(System.String,System.Xml.XmlNode)">
86
            <summary>
87
            Initializes a new instance of the System.Configuration.ConfigurationException with the specified error message and the name of the configuration section containing the error.  
88
            </summary>
89
            <param name="message">The message to display to the client when the exception is thrown.</param>
90
            <param name="node">The System.Xml.XmlNode that contains the error.</param>
91
        </member>
92
        <member name="M:OpenNETCF.Configuration.ConfigurationException.GetXmlNodeLineNumber(System.Xml.XmlNode)">
93
            <summary>
94
            Returns the line number of the configuration section node that contains the error.
95
            </summary>
96
            <param name="node">The name of the configuration section node that contains the error.</param>
97
            <returns>The line number that contains the error.</returns>
98
        </member>
99
        <member name="M:OpenNETCF.Configuration.ConfigurationException.GetXmlNodeFilename(System.Xml.XmlNode)">
100
            <summary>
101
             Returns the name of the file that contains the configuration section node that contains the error.
102
            </summary>
103
            <param name="node">The name of the configuration section node that contains the error.</param>
104
            <returns>The name of the configuration file.</returns>
105
        </member>
106
        <member name="T:OpenNETCF.Configuration.ConfigurationSettings">
107
            <summary>
108
            Provides access to configuration settings in a specified configuration section. This class cannot be inherited.
109
            </summary>
110
        </member>
111
        <member name="M:OpenNETCF.Configuration.ConfigurationSettings.Reload">
112
            <summary>
113
            Forces the settings provider to re-load the settings from the configuration file.
114
            </summary>
115
        </member>
116
        <member name="M:OpenNETCF.Configuration.ConfigurationSettings.GetConfig(System.String)">
117
            <summary>
118
            Returns configuration settings for a user-defined configuration section.  
119
            </summary>
120
            <param name="sectionName">The configuration section to read.</param>
121
            <returns>The configuration settings for sectionName.</returns>
122
        </member>
123
        <member name="M:OpenNETCF.Configuration.ConfigurationSettings.GetConfig(System.String,System.Object)">
124
            <summary>
125
            Returns configuration settings for a user-defined configuration section.
126
            </summary>
127
            <param name="sectionName">The configuration section to read.</param>
128
            <param name="context"></param>
129
            <returns></returns>
130
        </member>
131
        <member name="P:OpenNETCF.Configuration.ConfigurationSettings.AppSettings">
132
            <summary>
133
            Gets configuration settings in the configuration section.
134
            </summary>
135
        </member>
136
        <member name="T:OpenNETCF.Configuration.ConfigXmlDocument">
137
            <summary>
138
 
139
            </summary>
140
        </member>
141
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.Load(System.String)">
142
            <summary>
143
 
144
            </summary>
145
            <param name="filename"></param>
146
        </member>
147
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.ReadConfigNode(System.String,System.Xml.XmlTextReader)">
148
            <summary>
149
 
150
            </summary>
151
            <param name="filename"></param>
152
            <param name="sourceReader"></param>
153
            <returns></returns>
154
        </member>
155
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.LoadSingleElement(System.String,System.Xml.XmlTextReader)">
156
            <summary>
157
 
158
            </summary>
159
            <param name="filename"></param>
160
            <param name="sourceReader"></param>
161
        </member>
162
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateAttribute(System.String,System.String,System.String)">
163
            <summary>
164
 
165
            </summary>
166
            <param name="prefix"></param>
167
            <param name="localName"></param>
168
            <param name="namespaceUri"></param>
169
            <returns></returns>
170
        </member>
171
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateElement(System.String,System.String,System.String)">
172
            <summary>
173
 
174
            </summary>
175
            <param name="prefix"></param>
176
            <param name="localName"></param>
177
            <param name="namespaceUri"></param>
178
            <returns></returns>
179
        </member>
180
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateTextNode(System.String)">
181
            <summary>
182
 
183
            </summary>
184
            <param name="text"></param>
185
            <returns></returns>
186
        </member>
187
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateCDataSection(System.String)">
188
            <summary>
189
 
190
            </summary>
191
            <param name="data"></param>
192
            <returns></returns>
193
        </member>
194
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateComment(System.String)">
195
            <summary>
196
 
197
            </summary>
198
            <param name="data"></param>
199
            <returns></returns>
200
        </member>
201
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateSignificantWhitespace(System.String)">
202
            <summary>
203
 
204
            </summary>
205
            <param name="data"></param>
206
            <returns></returns>
207
        </member>
208
        <member name="M:OpenNETCF.Configuration.ConfigXmlDocument.CreateWhitespace(System.String)">
209
            <summary>
210
 
211
            </summary>
212
            <param name="data"></param>
213
            <returns></returns>
214
        </member>
215
        <member name="P:OpenNETCF.Configuration.ConfigXmlDocument.Filename">
216
            <summary>
217
 
218
            </summary>
219
        </member>
220
        <member name="P:OpenNETCF.Configuration.ConfigXmlDocument.LineNumber">
221
            <summary>
222
 
223
            </summary>
224
        </member>
225
        <member name="T:OpenNETCF.Configuration.DefaultConfigurationSystem">
226
            <summary>
227
            Summary description for DefaultConfigurationSystem.
228
            </summary>
229
        </member>
230
        <member name="T:OpenNETCF.Configuration.IConfigurationSystem">
231
            <summary>
232
 
233
            </summary>
234
        </member>
235
        <member name="M:OpenNETCF.Configuration.IConfigurationSystem.GetConfig(System.String,System.Object)">
236
            <summary>
237
            Returns the config object for the specified key.  
238
            </summary>
239
            <param name="configKey">Section name of config object to retrieve. </param>
240
            <param name="context">Application provided context object that gets passed into the Create method of the IConfigurationSectionHandler</param>
241
            <returns></returns>
242
        </member>
243
        <member name="M:OpenNETCF.Configuration.IConfigurationSystem.Init">
244
            <summary>
245
            Initializes the configuration system.
246
            </summary>
247
        </member>
248
        <member name="T:OpenNETCF.Configuration.DictionarySectionHandler">
249
            <summary>
250
            Reads key-value pair configuration information for a configuration section.
251
            </summary>
252
            <example>
253
            <code>
254
            &lt;add key="name" value="text"> - sets key=text
255
            &lt;remove key="name"> - removes the definition of key
256
            &lt;clear/> - removes all definitions
257
            </code>
258
            </example>
259
        </member>
260
        <member name="T:OpenNETCF.Configuration.IConfigurationSectionHandler">
261
            <summary>
262
            Defines the contract that all configuration section handlers must implement in order to participate in the resolution of configuration settings.
263
            Reads key-value pair configuration information for a configuration section.
264
            </summary>
265
        </member>
266
        <member name="M:OpenNETCF.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
267
            <summary>
268
            Implemented by all configuration section handlers to parse the XML of the configuration section. The
269
            returned object is added to the configuration collection and is accessed by
270
            System.Configuration.ConfigurationSettings.GetConfig(System.String).
271
            </summary>
272
            <param name="parent">The configuration settings in a corresponding parent configuration section.</param>
273
            <param name="configContext">An System.Web.Configuration.HttpConfigurationContext when
274
            System.Configuration.IConfigurationSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)
275
            is called from the ASP.NET configuration system. Otherwise, this parameter is reserved and is null.</param>
276
            <param name="section">The System.Xml.XmlNode that contains the configuration information from the
277
            configuration file. Provides direct access to the XML contents of the configuration section.</param>
278
            <returns>A configuration object.</returns>
279
        </member>
280
        <member name="M:OpenNETCF.Configuration.DictionarySectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
281
            <summary>
282
 
283
            </summary>
284
            <param name="parent"></param>
285
            <param name="context"></param>
286
            <param name="section"></param>
287
            <returns></returns>
288
        </member>
289
        <member name="P:OpenNETCF.Configuration.DictionarySectionHandler.KeyAttributeName">
290
            <summary>
291
            Make the name of the key attribute configurable by derived classes.
292
            </summary>
293
        </member>
294
        <member name="P:OpenNETCF.Configuration.DictionarySectionHandler.ValueAttributeName">
295
            <summary>
296
            Make the name of the value attribute configurable by derived classes.
297
            </summary>
298
        </member>
299
        <member name="T:OpenNETCF.Configuration.IgnoreSectionHandler">
300
            <summary>
301
            Provides a section handler definition for configuration sections read and handled by systems other than OpenNETCF.Configuration.
302
            </summary>
303
        </member>
304
        <member name="M:OpenNETCF.Configuration.IgnoreSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
305
            <summary>
306
 
307
            </summary>
308
            <param name="parent"></param>
309
            <param name="configContext"></param>
310
            <param name="section"></param>
311
            <returns></returns>
312
        </member>
313
        <member name="T:OpenNETCF.Configuration.machineconfig">
314
            <summary>
315
              A strongly-typed resource class, for looking up localized strings, etc.
316
            </summary>
317
        </member>
318
        <member name="P:OpenNETCF.Configuration.machineconfig.ResourceManager">
319
            <summary>
320
              Returns the cached ResourceManager instance used by this class.
321
            </summary>
322
        </member>
323
        <member name="P:OpenNETCF.Configuration.machineconfig.Culture">
324
            <summary>
325
              Overrides the current thread's CurrentUICulture property for all
326
              resource lookups using this strongly typed resource class.
327
            </summary>
328
        </member>
329
        <member name="P:OpenNETCF.Configuration.machineconfig.machine_config">
330
             <summary>
331
               Looks up a localized string similar to &lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot; ?&gt;
332
            &lt;configuration&gt;
333
                &lt;configSections&gt;
334
                    &lt;section name=&quot;appSettings&quot; type=&quot;OpenNETCF.Configuration.NameValueFileSectionHandler, OpenNETCF.Configuration&quot; allowLocation=&quot;false&quot; /&gt;
335
                    &lt;section name=&quot;opennetcf.diagnostics&quot; type=&quot;OpenNETCF.Diagnostics.DiagnosticsConfigurationHandler, OpenNETCF&quot;/&gt;
336
                &lt;/configSections&gt;
337
            &lt;/configuration&gt;.
338
             </summary>
339
        </member>
340
        <member name="T:OpenNETCF.Configuration.NameValueFileSectionHandler">
341
            <summary>
342
 
343
            </summary>
344
        </member>
345
        <member name="M:OpenNETCF.Configuration.NameValueFileSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
346
            <summary>
347
 
348
            </summary>
349
            <param name="parent"></param>
350
            <param name="configContext"></param>
351
            <param name="section"></param>
352
            <returns></returns>
353
        </member>
354
        <member name="T:OpenNETCF.Configuration.NameValueSectionHandler">
355
            <summary>
356
            Provides name-value pair configuration information from a configuration section.
357
            </summary>
358
        </member>
359
        <member name="M:OpenNETCF.Configuration.NameValueSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
360
            <summary>
361
 
362
            </summary>
363
            <param name="parent"></param>
364
            <param name="context"></param>
365
            <param name="section"></param>
366
            <returns></returns>
367
        </member>
368
        <member name="P:OpenNETCF.Configuration.NameValueSectionHandler.KeyAttributeName">
369
            <summary>
370
 
371
            </summary>
372
        </member>
373
        <member name="P:OpenNETCF.Configuration.NameValueSectionHandler.ValueAttributeName">
374
            <summary>
375
 
376
            </summary>
377
        </member>
378
        <member name="T:OpenNETCF.Configuration.SingleTagSectionHandler">
379
            <summary>
380
 
381
            </summary>
382
        </member>
383
        <member name="M:OpenNETCF.Configuration.SingleTagSectionHandler.Create(System.Object,System.Object,System.Xml.XmlNode)">
384
            <summary>
385
            Returns a collection of configuration section values.
386
            </summary>
387
            <param name="parent">The configuration settings in a corresponding parent configuration section.</param>
388
            <param name="context">This parameter is reserved and is null.</param>
389
            <param name="section">An <see cref="T:System.Xml.XmlNode"/> that contains configuration information from the configuration file.
390
            Provides direct access to the XML contents of the configuration section.</param>
391
            <returns>A <see cref="T:System.Collections.Hashtable"/> containing configuration section directives.</returns>
392
        </member>
393
    </members>
394
</doc>