Added ability to order the execution of dictionary adapter behaviors.
commit5872ece3ddc42d27e84df3eae24ef6fba5903d01
authorcneuwirt <cneuwirt@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Sun, 2 Dec 2007 14:27:54 +0000 (2 14:27 +0000)
committercneuwirt <cneuwirt@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Sun, 2 Dec 2007 14:27:54 +0000 (2 14:27 +0000)
tree0a00a984a689210b2d247a1c1d50ccbbdf86e17d
parenta3082526cd148f7bd961b4244fbd6f60e53f9975
Added ability to order the execution of dictionary adapter behaviors.

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@4553 73e77b4c-caa6-f847-a29a-24ab75ae54b6
17 files changed:
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryAdapterPropertyBinderAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryBehaviorAttribute.cs [copied from Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryKeyBuilder.cs with 61% similarity]
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryComponentAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryKeyAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryKeyPrefixAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryKeySubstitutionAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryStringListAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryStringValuesAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Castle.Components.DictionaryAdapter-vs2005.csproj
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/DefaultPropertyGetter.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/DictionaryAdapterFactory.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/DictionaryBehaviorComparer.cs [copied from Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryKeyAttribute.cs with 51% similarity]
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryBehavior.cs [copied from Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryKeyBuilder.cs with 60% similarity]
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryKeyBuilder.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryPropertyGetter.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryPropertySetter.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/PropertyDescriptor.cs