unity 2.0.414.0.20100813 → 2.0.414.0.20100813.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,119 +4,13 @@
4
4
  <name>Microsoft.Practices.Unity.Interception.Configuration</name>
5
5
  </assembly>
6
6
  <members>
7
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement">
8
- <summary>
9
- Configuration element that lets you specify additional interfaces
10
- to add when this type is intercepted.
11
- </summary>
12
- </member>
13
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.SerializeContent(System.Xml.XmlWriter)">
14
- <summary>
15
- Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
16
- </summary>
17
- <remarks>The caller of this method has already written the start element tag before
18
- calling this method, so deriving classes only need to write the element content, not
19
- the start or end tags.</remarks>
20
- <param name="writer">Writer to send XML content to.</param>
21
- </member>
22
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.GetInjectionMembers(Microsoft.Practices.Unity.IUnityContainer,System.Type,System.Type,System.String)">
23
- <summary>
24
- Return the set of <see cref="T:Microsoft.Practices.Unity.InjectionMember"/>s that are needed
25
- to configure the container according to this configuration element.
26
- </summary>
27
- <param name="container">Container that is being configured.</param>
28
- <param name="fromType">Type that is being registered.</param>
29
- <param name="toType">Type that <paramref name="fromType"/> is being mapped to.</param>
30
- <param name="name">Name this registration is under.</param>
31
- <returns>One or more <see cref="T:Microsoft.Practices.Unity.InjectionMember"/> objects that should be
32
- applied to the container registration.</returns>
33
- </member>
34
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.TypeName">
35
- <summary>
36
- Type of interface to add.
37
- </summary>
38
- </member>
39
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.Key">
40
- <summary>
41
- Each element must have a unique key, which is generated by the subclasses.
42
- </summary>
43
- </member>
44
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElement">
45
- <summary>
46
- Configuration element representing a call handler.
47
- </summary>
48
- </member>
49
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement">
50
- <summary>
51
- Base class for the two children of the Policy element:
52
- MatchingRuleElement and CallHandlerElement.
53
- </summary>
54
- <remarks>
55
- <para>
56
- These configuration elements have a required "name" attribute, an optional "type" attribute, and
57
- optional child elements &lt;lifetime&gt; and &lt;injection&gt;
58
- </para>
59
- <para>
60
- Elements without a value for the type attribute can only have a value for the name attribute, and
61
- indicate that the represented handler or rule is configured elsewhere and that a reference to
62
- the given name must be added to the policy to be resolved, while elements with a value for the type
63
- attribute indicate how the represented handler or rule should be built and can optionally specify
64
- lifetime management and injection configuration.
65
- </para>
66
- <para>
67
- This element is similar to the <see cref="T:Microsoft.Practices.Unity.Configuration.RegisterElement"/>, except that it does not provide
68
- an extension point for arbitrary configuration.
69
- </para>
70
- </remarks>
71
- </member>
72
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)">
73
- <summary>
74
- Reads XML from the configuration file.
75
- </summary>
76
- <param name="reader">The <see cref="T:System.Xml.XmlReader"/> that reads from the configuration file.
77
- </param><param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.
78
- </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element to read is locked.
79
- - or -
80
- An attribute of the current node is not recognized.
81
- - or -
82
- The lock status of the current node cannot be determined.
83
- </exception>
84
- </member>
85
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.SerializeContent(System.Xml.XmlWriter)">
86
- <summary>
87
- Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
88
- </summary>
89
- <remarks>The caller of this method has already written the start element tag before
90
- calling this method, so deriving classes only need to write the element content, not
91
- the start or end tags.</remarks>
92
- <param name="writer">Writer to send XML content to.</param>
93
- </member>
94
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.Name">
95
- <summary>
96
- Name of this item
97
- </summary>
98
- </member>
99
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.TypeName">
100
- <summary>
101
- Type that implements this matching rule or call handler.
102
- </summary>
103
- </member>
104
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.Injection">
105
- <summary>
106
- Injection members that control how this item is created.
107
- </summary>
108
- </member>
109
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.Lifetime">
110
- <summary>
111
- Lifetime manager for this item.
112
- </summary>
113
- </member>
114
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection">
7
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElementCollection">
115
8
  <summary>
116
- A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElement"/>s for configuration.
9
+ A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement"/> objects
10
+ as stored in configuration.
117
11
  </summary>
118
12
  </member>
119
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
13
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
120
14
  <summary>
121
15
  Gets the element key for a specified configuration element when overridden in a derived class.
122
16
  </summary>
@@ -126,70 +20,17 @@
126
20
  <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
127
21
  </param>
128
22
  </member>
129
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
130
- <summary>
131
- Causes the configuration system to throw an exception.
132
- </summary>
133
- <returns>
134
- true if the unrecognized element was deserialized successfully; otherwise, false. The default is false.
135
- </returns>
136
- <param name="elementName">The name of the unrecognized element.
137
- </param><param name="reader">An input stream that reads XML from the configuration file.
138
- </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element specified in <paramref name="elementName"/> is the &lt;clear&gt; element.
139
- </exception><exception cref="T:System.ArgumentException"><paramref name="elementName"/> starts with the reserved prefix "config" or "lock".
140
- </exception>
141
- </member>
142
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection.Item(System.String)">
143
- <summary>
144
- Retrieve a call handler element from the collection by name.
145
- </summary>
146
- <param name="name">Name to look up.</param>
147
- <returns>The rule, or null if not in the collection.</returns>
148
- </member>
149
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.DefaultElement">
150
- <summary>
151
- The &lt;default&gt; element that appears inside an &lt;interceptor&gt; element.
152
- </summary>
153
- </member>
154
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement">
155
- <summary>
156
- Base class for the default and key elements that can occur
157
- inside the &lt;interceptor&gt; element.
158
- </summary>
159
- </member>
160
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.SerializeContent(System.Xml.XmlWriter)">
161
- <summary>
162
- Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
163
- </summary>
164
- <remarks>The caller of this method has already written the start element tag before
165
- calling this method, so deriving classes only need to write the element content, not
166
- the start or end tags.</remarks>
167
- <param name="writer">Writer to send XML content to.</param>
168
- </member>
169
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.RegisterInterceptor(Microsoft.Practices.Unity.IUnityContainer,Microsoft.Practices.Unity.InterceptionExtension.IInterceptor)">
170
- <summary>
171
- Actually register the interceptor against this type.
172
- </summary>
173
- <param name="container">Container to configure.</param>
174
- <param name="interceptor">interceptor to register.</param>
175
- </member>
176
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.TypeName">
177
- <summary>
178
- Type name that this interceptor will be registered for.
179
- </summary>
180
- </member>
181
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.ResolvedType">
23
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionConfigurationExtension">
182
24
  <summary>
183
- Return the type object that is resolved from the <see cref="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.TypeName"/> property.
25
+ Section extension class used to add the elements needed to configure
26
+ Unity interception to the configuration schema.
184
27
  </summary>
185
- <returns>The type object.</returns>
186
28
  </member>
187
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.DefaultElement.RegisterInterceptor(Microsoft.Practices.Unity.IUnityContainer,Microsoft.Practices.Unity.InterceptionExtension.IInterceptor)">
29
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionConfigurationExtension.AddExtensions(Microsoft.Practices.Unity.Configuration.SectionExtensionContext)">
188
30
  <summary>
189
- Actually register the interceptor against this type.
31
+ Add the extensions to the section via the context.
190
32
  </summary>
191
- <param name="container">Container to configure.</param>
192
- <param name="interceptor">interceptor to register.</param>
33
+ <param name="context">Context object that can be used to add elements and aliases.</param>
193
34
  </member>
194
35
  <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionBehaviorElement">
195
36
  <summary>
@@ -252,68 +93,6 @@
252
93
  Each element must have a unique key, which is generated by the subclasses.
253
94
  </summary>
254
95
  </member>
255
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionConfigurationExtension">
256
- <summary>
257
- Section extension class used to add the elements needed to configure
258
- Unity interception to the configuration schema.
259
- </summary>
260
- </member>
261
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionConfigurationExtension.AddExtensions(Microsoft.Practices.Unity.Configuration.SectionExtensionContext)">
262
- <summary>
263
- Add the extensions to the section via the context.
264
- </summary>
265
- <param name="context">Context object that can be used to add elements and aliases.</param>
266
- </member>
267
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement">
268
- <summary>
269
- A configuration element that contains the top-level container configuration
270
- information for interception - handler policies and global interceptor definitions.
271
- </summary>
272
- </member>
273
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
274
- <summary>
275
- Gets a value indicating whether an unknown element is encountered during deserialization.
276
- </summary>
277
- <returns>
278
- true when an unknown element is encountered while deserializing; otherwise, false.
279
- </returns>
280
- <param name="elementName">The name of the unknown subelement.
281
- </param><param name="reader">The <see cref="T:System.Xml.XmlReader"/> being used for deserialization.
282
- </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element identified by <paramref name="elementName"/> is locked.
283
- - or -
284
- One or more of the element's attributes is locked.
285
- - or -
286
- <paramref name="elementName"/> is unrecognized, or the element has an unrecognized attribute.
287
- - or -
288
- The element has a Boolean attribute with an invalid value.
289
- - or -
290
- An attempt was made to deserialize a property more than once.
291
- - or -
292
- An attempt was made to deserialize a property that is not a valid member of the element.
293
- - or -
294
- The element cannot contain a CDATA or text element.
295
- </exception>
296
- </member>
297
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.SerializeContent(System.Xml.XmlWriter)">
298
- <summary>
299
- Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
300
- </summary>
301
- <remarks>The caller of this method has already written the start element tag before
302
- calling this method, so deriving classes only need to write the element content, not
303
- the start or end tags.</remarks>
304
- <param name="writer">Writer to send XML content to.</param>
305
- </member>
306
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.ConfigureContainer(Microsoft.Practices.Unity.IUnityContainer)">
307
- <summary>
308
- Apply this element's configuration to the given <paramref name="container"/>.
309
- </summary>
310
- <param name="container">Container to configure.</param>
311
- </member>
312
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.Policies">
313
- <summary>
314
- Policies defined for this container.
315
- </summary>
316
- </member>
317
96
  <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorElement">
318
97
  <summary>
319
98
  Configuration element that lets you configure
@@ -367,6 +146,62 @@
367
146
  Each element must have a unique key, which is generated by the subclasses.
368
147
  </summary>
369
148
  </member>
149
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources">
150
+ <summary>
151
+ A strongly-typed resource class, for looking up localized strings, etc.
152
+ </summary>
153
+ </member>
154
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.ResourceManager">
155
+ <summary>
156
+ Returns the cached ResourceManager instance used by this class.
157
+ </summary>
158
+ </member>
159
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.Culture">
160
+ <summary>
161
+ Overrides the current thread's CurrentUICulture property for all
162
+ resource lookups using this strongly typed resource class.
163
+ </summary>
164
+ </member>
165
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CannotCreateInterceptorRegistrationElement">
166
+ <summary>
167
+ Looks up a localized string similar to The abstract type InterceptorRegistrationElement cannot be created. Please create a concrete instance..
168
+ </summary>
169
+ </member>
170
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CannotHaveInjectionWithoutTypeName">
171
+ <summary>
172
+ Looks up a localized string similar to The &lt;injection/&gt; element is not allowed on element named &apos;{0}&apos; because it doesn&apos;t have a type attribute..
173
+ </summary>
174
+ </member>
175
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CannotHaveLifetimeWithoutTypeName">
176
+ <summary>
177
+ Looks up a localized string similar to The &lt;lifetime/&gt; element is not allowed on element named &apos;{0}&apos; because it doesn&apos;t have a type attribute..
178
+ </summary>
179
+ </member>
180
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CouldNotResolveType">
181
+ <summary>
182
+ Looks up a localized string similar to The type name or alias {0} could not be resolved. Please check your configuration file and verify this type name..
183
+ </summary>
184
+ </member>
185
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.ExceptionCannotCreateInstance">
186
+ <summary>
187
+ Looks up a localized string similar to Cannot create instance of type {0} with a default constructor..
188
+ </summary>
189
+ </member>
190
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.ExceptionResolvedTypeNotCompatible">
191
+ <summary>
192
+ Looks up a localized string similar to The type name {0} resolved to type {1} is not compatible with the required type {2}..
193
+ </summary>
194
+ </member>
195
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.InvalidInterceptorType">
196
+ <summary>
197
+ Looks up a localized string similar to The type {0} could not be resolved to a valid type. Please double check your configuration..
198
+ </summary>
199
+ </member>
200
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.MustHaveAtLeastOneBehaviorAttribute">
201
+ <summary>
202
+ Looks up a localized string similar to The interception behavior element must have at least one of the &apos;name&apos; or &apos;type&apos; attributes..
203
+ </summary>
204
+ </member>
370
205
  <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElementCollection">
371
206
  <summary>
372
207
  A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement"/> objects as shown
@@ -391,13 +226,48 @@
391
226
  <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
392
227
  </param>
393
228
  </member>
394
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement">
229
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElement">
395
230
  <summary>
396
- Configuration element that provides a top-level element for
397
- configuration interceptors for types in a container.
231
+ A configuration element representing a matching rule.
398
232
  </summary>
399
233
  </member>
400
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement.SerializeContent(System.Xml.XmlWriter)">
234
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement">
235
+ <summary>
236
+ Base class for the two children of the Policy element:
237
+ MatchingRuleElement and CallHandlerElement.
238
+ </summary>
239
+ <remarks>
240
+ <para>
241
+ These configuration elements have a required "name" attribute, an optional "type" attribute, and
242
+ optional child elements &lt;lifetime&gt; and &lt;injection&gt;
243
+ </para>
244
+ <para>
245
+ Elements without a value for the type attribute can only have a value for the name attribute, and
246
+ indicate that the represented handler or rule is configured elsewhere and that a reference to
247
+ the given name must be added to the policy to be resolved, while elements with a value for the type
248
+ attribute indicate how the represented handler or rule should be built and can optionally specify
249
+ lifetime management and injection configuration.
250
+ </para>
251
+ <para>
252
+ This element is similar to the <see cref="T:Microsoft.Practices.Unity.Configuration.RegisterElement"/>, except that it does not provide
253
+ an extension point for arbitrary configuration.
254
+ </para>
255
+ </remarks>
256
+ </member>
257
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.DeserializeElement(System.Xml.XmlReader,System.Boolean)">
258
+ <summary>
259
+ Reads XML from the configuration file.
260
+ </summary>
261
+ <param name="reader">The <see cref="T:System.Xml.XmlReader"/> that reads from the configuration file.
262
+ </param><param name="serializeCollectionKey">true to serialize only the collection key properties; otherwise, false.
263
+ </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element to read is locked.
264
+ - or -
265
+ An attribute of the current node is not recognized.
266
+ - or -
267
+ The lock status of the current node cannot be determined.
268
+ </exception>
269
+ </member>
270
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.SerializeContent(System.Xml.XmlWriter)">
401
271
  <summary>
402
272
  Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
403
273
  </summary>
@@ -406,25 +276,33 @@
406
276
  the start or end tags.</remarks>
407
277
  <param name="writer">Writer to send XML content to.</param>
408
278
  </member>
409
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement.ConfigureContainer(Microsoft.Practices.Unity.IUnityContainer)">
279
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.Name">
410
280
  <summary>
411
- Apply this element's configuration to the given <paramref name="container"/>.
281
+ Name of this item
412
282
  </summary>
413
- <param name="container">Container to configure.</param>
414
283
  </member>
415
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement.Interceptors">
284
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.TypeName">
416
285
  <summary>
417
- The various child elements that are contained in this element.
286
+ Type that implements this matching rule or call handler.
418
287
  </summary>
419
288
  </member>
420
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement">
289
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.Injection">
421
290
  <summary>
422
- Configuration element that represents the configuration for
423
- a specific interceptor, as presented in the config file inside
424
- the &lt;interceptors&gt; element.
291
+ Injection members that control how this item is created.
425
292
  </summary>
426
293
  </member>
427
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.SerializeContent(System.Xml.XmlWriter)">
294
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyChildElement.Lifetime">
295
+ <summary>
296
+ Lifetime manager for this item.
297
+ </summary>
298
+ </member>
299
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement">
300
+ <summary>
301
+ Base class for the default and key elements that can occur
302
+ inside the &lt;interceptor&gt; element.
303
+ </summary>
304
+ </member>
305
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.SerializeContent(System.Xml.XmlWriter)">
428
306
  <summary>
429
307
  Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
430
308
  </summary>
@@ -433,65 +311,72 @@
433
311
  the start or end tags.</remarks>
434
312
  <param name="writer">Writer to send XML content to.</param>
435
313
  </member>
436
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
314
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.RegisterInterceptor(Microsoft.Practices.Unity.IUnityContainer,Microsoft.Practices.Unity.InterceptionExtension.IInterceptor)">
437
315
  <summary>
438
- Gets a value indicating whether an unknown element is encountered during deserialization.
316
+ Actually register the interceptor against this type.
439
317
  </summary>
440
- <returns>
441
- true when an unknown element is encountered while deserializing; otherwise, false.
442
- </returns>
443
- <param name="elementName">The name of the unknown subelement.
444
- </param><param name="reader">The <see cref="T:System.Xml.XmlReader"/> being used for deserialization.
445
- </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element identified by <paramref name="elementName"/> is locked.
446
- - or -
447
- One or more of the element's attributes is locked.
448
- - or -
449
- <paramref name="elementName"/> is unrecognized, or the element has an unrecognized attribute.
450
- - or -
451
- The element has a Boolean attribute with an invalid value.
452
- - or -
453
- An attempt was made to deserialize a property more than once.
454
- - or -
455
- An attempt was made to deserialize a property that is not a valid member of the element.
456
- - or -
457
- The element cannot contain a CDATA or text element.
458
- </exception>
318
+ <param name="container">Container to configure.</param>
319
+ <param name="interceptor">interceptor to register.</param>
459
320
  </member>
460
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.TypeName">
321
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.TypeName">
461
322
  <summary>
462
- Type of interceptor to configure.
323
+ Type name that this interceptor will be registered for.
463
324
  </summary>
464
325
  </member>
465
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.Registrations">
326
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.ResolvedType">
466
327
  <summary>
467
- The types that this interceptor will be registered against.
328
+ Return the type object that is resolved from the <see cref="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorRegistrationElement.TypeName"/> property.
468
329
  </summary>
330
+ <returns>The type object.</returns>
469
331
  </member>
470
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.Value">
332
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.DefaultElement">
333
+ <summary>
334
+ The &lt;default&gt; element that appears inside an &lt;interceptor&gt; element.
335
+ </summary>
336
+ </member>
337
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.DefaultElement.RegisterInterceptor(Microsoft.Practices.Unity.IUnityContainer,Microsoft.Practices.Unity.InterceptionExtension.IInterceptor)">
338
+ <summary>
339
+ Actually register the interceptor against this type.
340
+ </summary>
341
+ <param name="container">Container to configure.</param>
342
+ <param name="interceptor">interceptor to register.</param>
343
+ </member>
344
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement">
345
+ <summary>
346
+ Configuration element that lets you specify additional interfaces
347
+ to add when this type is intercepted.
348
+ </summary>
349
+ </member>
350
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.SerializeContent(System.Xml.XmlWriter)">
471
351
  <summary>
472
- Any value passed to the type converter.
352
+ Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
473
353
  </summary>
354
+ <remarks>The caller of this method has already written the start element tag before
355
+ calling this method, so deriving classes only need to write the element content, not
356
+ the start or end tags.</remarks>
357
+ <param name="writer">Writer to send XML content to.</param>
474
358
  </member>
475
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.TypeConverterTypeName">
359
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.GetInjectionMembers(Microsoft.Practices.Unity.IUnityContainer,System.Type,System.Type,System.String)">
476
360
  <summary>
477
- Type converter to use to create the interceptor, if any.
361
+ Return the set of <see cref="T:Microsoft.Practices.Unity.InjectionMember"/>s that are needed
362
+ to configure the container according to this configuration element.
478
363
  </summary>
364
+ <param name="container">Container that is being configured.</param>
365
+ <param name="fromType">Type that is being registered.</param>
366
+ <param name="toType">Type that <paramref name="fromType"/> is being mapped to.</param>
367
+ <param name="name">Name this registration is under.</param>
368
+ <returns>One or more <see cref="T:Microsoft.Practices.Unity.InjectionMember"/> objects that should be
369
+ applied to the container registration.</returns>
479
370
  </member>
480
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElementCollection">
371
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.TypeName">
481
372
  <summary>
482
- A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement"/> objects
483
- as stored in configuration.
373
+ Type of interface to add.
484
374
  </summary>
485
375
  </member>
486
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
376
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.AddInterfaceElement.Key">
487
377
  <summary>
488
- Gets the element key for a specified configuration element when overridden in a derived class.
378
+ Each element must have a unique key, which is generated by the subclasses.
489
379
  </summary>
490
- <returns>
491
- An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
492
- </returns>
493
- <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
494
- </param>
495
380
  </member>
496
381
  <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.KeyElement">
497
382
  <summary>
@@ -519,45 +404,55 @@
519
404
  Name registration should be under. To register under the default, leave blank.
520
405
  </summary>
521
406
  </member>
522
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElement">
407
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement">
523
408
  <summary>
524
- A configuration element representing a matching rule.
409
+ A configuration element that contains the top-level container configuration
410
+ information for interception - handler policies and global interceptor definitions.
525
411
  </summary>
526
412
  </member>
527
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection">
413
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
528
414
  <summary>
529
- A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElement"/>s for configuration.
415
+ Gets a value indicating whether an unknown element is encountered during deserialization.
530
416
  </summary>
417
+ <returns>
418
+ true when an unknown element is encountered while deserializing; otherwise, false.
419
+ </returns>
420
+ <param name="elementName">The name of the unknown subelement.
421
+ </param><param name="reader">The <see cref="T:System.Xml.XmlReader"/> being used for deserialization.
422
+ </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element identified by <paramref name="elementName"/> is locked.
423
+ - or -
424
+ One or more of the element's attributes is locked.
425
+ - or -
426
+ <paramref name="elementName"/> is unrecognized, or the element has an unrecognized attribute.
427
+ - or -
428
+ The element has a Boolean attribute with an invalid value.
429
+ - or -
430
+ An attempt was made to deserialize a property more than once.
431
+ - or -
432
+ An attempt was made to deserialize a property that is not a valid member of the element.
433
+ - or -
434
+ The element cannot contain a CDATA or text element.
435
+ </exception>
531
436
  </member>
532
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
437
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.SerializeContent(System.Xml.XmlWriter)">
533
438
  <summary>
534
- Gets the element key for a specified configuration element when overridden in a derived class.
439
+ Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
535
440
  </summary>
536
- <returns>
537
- An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
538
- </returns>
539
- <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
540
- </param>
441
+ <remarks>The caller of this method has already written the start element tag before
442
+ calling this method, so deriving classes only need to write the element content, not
443
+ the start or end tags.</remarks>
444
+ <param name="writer">Writer to send XML content to.</param>
541
445
  </member>
542
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
446
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.ConfigureContainer(Microsoft.Practices.Unity.IUnityContainer)">
543
447
  <summary>
544
- Causes the configuration system to throw an exception.
448
+ Apply this element's configuration to the given <paramref name="container"/>.
545
449
  </summary>
546
- <returns>
547
- true if the unrecognized element was deserialized successfully; otherwise, false. The default is false.
548
- </returns>
549
- <param name="elementName">The name of the unrecognized element.
550
- </param><param name="reader">An input stream that reads XML from the configuration file.
551
- </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element specified in <paramref name="elementName"/> is the &lt;clear&gt; element.
552
- </exception><exception cref="T:System.ArgumentException"><paramref name="elementName"/> starts with the reserved prefix "config" or "lock".
553
- </exception>
450
+ <param name="container">Container to configure.</param>
554
451
  </member>
555
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection.Item(System.String)">
452
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptionElement.Policies">
556
453
  <summary>
557
- Retrieve a matching rule element from the collection by name.
454
+ Policies defined for this container.
558
455
  </summary>
559
- <param name="name">Name to look up.</param>
560
- <returns>The rule, or null if not in the collection.</returns>
561
456
  </member>
562
457
  <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElement">
563
458
  <summary>
@@ -612,12 +507,38 @@
612
507
  Call handlers for this policy.
613
508
  </summary>
614
509
  </member>
615
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElementCollection">
510
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement">
616
511
  <summary>
617
- A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElement"/> in the configuration.
512
+ Configuration element that provides a top-level element for
513
+ configuration interceptors for types in a container.
618
514
  </summary>
619
515
  </member>
620
- <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
516
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement.SerializeContent(System.Xml.XmlWriter)">
517
+ <summary>
518
+ Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
519
+ </summary>
520
+ <remarks>The caller of this method has already written the start element tag before
521
+ calling this method, so deriving classes only need to write the element content, not
522
+ the start or end tags.</remarks>
523
+ <param name="writer">Writer to send XML content to.</param>
524
+ </member>
525
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement.ConfigureContainer(Microsoft.Practices.Unity.IUnityContainer)">
526
+ <summary>
527
+ Apply this element's configuration to the given <paramref name="container"/>.
528
+ </summary>
529
+ <param name="container">Container to configure.</param>
530
+ </member>
531
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsElement.Interceptors">
532
+ <summary>
533
+ The various child elements that are contained in this element.
534
+ </summary>
535
+ </member>
536
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection">
537
+ <summary>
538
+ A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElement"/>s for configuration.
539
+ </summary>
540
+ </member>
541
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
621
542
  <summary>
622
543
  Gets the element key for a specified configuration element when overridden in a derived class.
623
544
  </summary>
@@ -627,12 +548,30 @@
627
548
  <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
628
549
  </param>
629
550
  </member>
630
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElementCollection.Item(System.String)">
551
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
631
552
  <summary>
632
- Indexer to retrieve policy element objects by name.
553
+ Causes the configuration system to throw an exception.
554
+ </summary>
555
+ <returns>
556
+ true if the unrecognized element was deserialized successfully; otherwise, false. The default is false.
557
+ </returns>
558
+ <param name="elementName">The name of the unrecognized element.
559
+ </param><param name="reader">An input stream that reads XML from the configuration file.
560
+ </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element specified in <paramref name="elementName"/> is the &lt;clear&gt; element.
561
+ </exception><exception cref="T:System.ArgumentException"><paramref name="elementName"/> starts with the reserved prefix "config" or "lock".
562
+ </exception>
563
+ </member>
564
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.MatchingRuleElementCollection.Item(System.String)">
565
+ <summary>
566
+ Retrieve a matching rule element from the collection by name.
567
+ </summary>
568
+ <param name="name">Name to look up.</param>
569
+ <returns>The rule, or null if not in the collection.</returns>
570
+ </member>
571
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElement">
572
+ <summary>
573
+ Configuration element representing a call handler.
633
574
  </summary>
634
- <param name="policyName">Name of policy to get.</param>
635
- <returns>The element.</returns>
636
575
  </member>
637
576
  <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyInjectionElement">
638
577
  <summary>
@@ -656,61 +595,122 @@
656
595
  Each element must have a unique key, which is generated by the subclasses.
657
596
  </summary>
658
597
  </member>
659
- <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources">
598
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElementCollection">
660
599
  <summary>
661
- A strongly-typed resource class, for looking up localized strings, etc.
600
+ A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElement"/> in the configuration.
662
601
  </summary>
663
602
  </member>
664
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.ResourceManager">
603
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
665
604
  <summary>
666
- Returns the cached ResourceManager instance used by this class.
605
+ Gets the element key for a specified configuration element when overridden in a derived class.
667
606
  </summary>
607
+ <returns>
608
+ An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
609
+ </returns>
610
+ <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
611
+ </param>
668
612
  </member>
669
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.Culture">
613
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.PolicyElementCollection.Item(System.String)">
670
614
  <summary>
671
- Overrides the current thread's CurrentUICulture property for all
672
- resource lookups using this strongly typed resource class.
615
+ Indexer to retrieve policy element objects by name.
673
616
  </summary>
617
+ <param name="policyName">Name of policy to get.</param>
618
+ <returns>The element.</returns>
674
619
  </member>
675
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CannotCreateInterceptorRegistrationElement">
620
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement">
676
621
  <summary>
677
- Looks up a localized string similar to The abstract type InterceptorRegistrationElement cannot be created. Please create a concrete instance..
622
+ Configuration element that represents the configuration for
623
+ a specific interceptor, as presented in the config file inside
624
+ the &lt;interceptors&gt; element.
678
625
  </summary>
679
626
  </member>
680
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CannotHaveInjectionWithoutTypeName">
627
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.SerializeContent(System.Xml.XmlWriter)">
681
628
  <summary>
682
- Looks up a localized string similar to The &lt;injection/&gt; element is not allowed on element named &apos;{0}&apos; because it doesn&apos;t have a type attribute..
629
+ Write the contents of this element to the given <see cref="T:System.Xml.XmlWriter"/>.
683
630
  </summary>
631
+ <remarks>The caller of this method has already written the start element tag before
632
+ calling this method, so deriving classes only need to write the element content, not
633
+ the start or end tags.</remarks>
634
+ <param name="writer">Writer to send XML content to.</param>
684
635
  </member>
685
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CannotHaveLifetimeWithoutTypeName">
636
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
686
637
  <summary>
687
- Looks up a localized string similar to The &lt;lifetime/&gt; element is not allowed on element named &apos;{0}&apos; because it doesn&apos;t have a type attribute..
638
+ Gets a value indicating whether an unknown element is encountered during deserialization.
639
+ </summary>
640
+ <returns>
641
+ true when an unknown element is encountered while deserializing; otherwise, false.
642
+ </returns>
643
+ <param name="elementName">The name of the unknown subelement.
644
+ </param><param name="reader">The <see cref="T:System.Xml.XmlReader"/> being used for deserialization.
645
+ </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element identified by <paramref name="elementName"/> is locked.
646
+ - or -
647
+ One or more of the element's attributes is locked.
648
+ - or -
649
+ <paramref name="elementName"/> is unrecognized, or the element has an unrecognized attribute.
650
+ - or -
651
+ The element has a Boolean attribute with an invalid value.
652
+ - or -
653
+ An attempt was made to deserialize a property more than once.
654
+ - or -
655
+ An attempt was made to deserialize a property that is not a valid member of the element.
656
+ - or -
657
+ The element cannot contain a CDATA or text element.
658
+ </exception>
659
+ </member>
660
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.TypeName">
661
+ <summary>
662
+ Type of interceptor to configure.
688
663
  </summary>
689
664
  </member>
690
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.CouldNotResolveType">
665
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.Registrations">
691
666
  <summary>
692
- Looks up a localized string similar to The type name or alias {0} could not be resolved. Please check your configuration file and verify this type name..
667
+ The types that this interceptor will be registered against.
693
668
  </summary>
694
669
  </member>
695
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.ExceptionCannotCreateInstance">
670
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.Value">
696
671
  <summary>
697
- Looks up a localized string similar to Cannot create instance of type {0} with a default constructor..
672
+ Any value passed to the type converter.
698
673
  </summary>
699
674
  </member>
700
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.ExceptionResolvedTypeNotCompatible">
675
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.InterceptorsInterceptorElement.TypeConverterTypeName">
701
676
  <summary>
702
- Looks up a localized string similar to The type name {0} resolved to type {1} is not compatible with the required type {2}..
677
+ Type converter to use to create the interceptor, if any.
703
678
  </summary>
704
679
  </member>
705
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.InvalidInterceptorType">
680
+ <member name="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection">
706
681
  <summary>
707
- Looks up a localized string similar to The type {0} could not be resolved to a valid type. Please double check your configuration..
682
+ A collection of <see cref="T:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElement"/>s for configuration.
708
683
  </summary>
709
684
  </member>
710
- <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.Properties.Resources.MustHaveAtLeastOneBehaviorAttribute">
685
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection.GetElementKey(System.Configuration.ConfigurationElement)">
711
686
  <summary>
712
- Looks up a localized string similar to The interception behavior element must have at least one of the &apos;name&apos; or &apos;type&apos; attributes..
687
+ Gets the element key for a specified configuration element when overridden in a derived class.
688
+ </summary>
689
+ <returns>
690
+ An <see cref="T:System.Object"/> that acts as the key for the specified <see cref="T:System.Configuration.ConfigurationElement"/>.
691
+ </returns>
692
+ <param name="element">The <see cref="T:System.Configuration.ConfigurationElement"/> to return the key for.
693
+ </param>
694
+ </member>
695
+ <member name="M:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection.OnDeserializeUnrecognizedElement(System.String,System.Xml.XmlReader)">
696
+ <summary>
697
+ Causes the configuration system to throw an exception.
698
+ </summary>
699
+ <returns>
700
+ true if the unrecognized element was deserialized successfully; otherwise, false. The default is false.
701
+ </returns>
702
+ <param name="elementName">The name of the unrecognized element.
703
+ </param><param name="reader">An input stream that reads XML from the configuration file.
704
+ </param><exception cref="T:System.Configuration.ConfigurationErrorsException">The element specified in <paramref name="elementName"/> is the &lt;clear&gt; element.
705
+ </exception><exception cref="T:System.ArgumentException"><paramref name="elementName"/> starts with the reserved prefix "config" or "lock".
706
+ </exception>
707
+ </member>
708
+ <member name="P:Microsoft.Practices.Unity.InterceptionExtension.Configuration.CallHandlerElementCollection.Item(System.String)">
709
+ <summary>
710
+ Retrieve a call handler element from the collection by name.
713
711
  </summary>
712
+ <param name="name">Name to look up.</param>
713
+ <returns>The rule, or null if not in the collection.</returns>
714
714
  </member>
715
715
  </members>
716
716
  </doc>