Refactored the Kernel registration fluent interface to be more readable, better suppo...
[castle.git] / InversionOfControl / Castle.Windsor.Tests / propertyInspectionBehavior.xml
blob8267bf6d786e8483a31d4701952e4e828ae568e8
1 <configuration>\r
2 \r
3         <components>\r
4 \r
5                 <component id="comp1" \r
6                         type="Castle.Windsor.Tests.Components.ExtendedComponentWithProperties, Castle.Windsor.Tests"\r
7                         inspectionBehavior="None">\r
8                         <parameters>\r
9                                 <Prop1>Name</Prop1>\r
10                                 <Prop2>1</Prop2>\r
11                                 <Prop3>2</Prop3>\r
12                         </parameters>\r
13                 </component>\r
15                 <component id="comp2" \r
16                         type="Castle.Windsor.Tests.Components.ExtendedComponentWithProperties, Castle.Windsor.Tests"\r
17                         inspectionBehavior="All">\r
18                         <parameters>\r
19                                 <Prop1>Name</Prop1>\r
20                                 <Prop2>1</Prop2>\r
21                                 <Prop3>2</Prop3>\r
22                         </parameters>\r
23                 </component>\r
25                 <component id="comp3" \r
26                         type="Castle.Windsor.Tests.Components.ExtendedComponentWithProperties, Castle.Windsor.Tests"\r
27                         inspectionBehavior="DeclaredOnly">\r
28                         <parameters>\r
29                                 <Prop1>Name</Prop1>\r
30                                 <Prop2>1</Prop2>\r
31                                 <Prop3>2</Prop3>\r
32                         </parameters>\r
33                 </component>\r
35         </components>\r
37 </configuration>