Changed the signature of IDictionaryAdapterSetter to return a bool to indicate if...
commitc84add53323091f9d6ee75a24b1929fb2c2fe672
authorcneuwirt <cneuwirt@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Sat, 24 Nov 2007 21:25:01 +0000 (24 21:25 +0000)
committercneuwirt <cneuwirt@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Sat, 24 Nov 2007 21:25:01 +0000 (24 21:25 +0000)
tree6e9150ea28f011c57925138a39b0385c135e2a66
parentf005cf56142ffacc92954f827704c21f07fff915
Changed the signature of IDictionaryAdapterSetter to return a bool to indicate if the property should actually be set.  Very useful when applying validation rules or various interprations of assigning null.

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@4519 73e77b4c-caa6-f847-a29a-24ab75ae54b6
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryAdapterPropertyBinderAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryStringListAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryStringValuesAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/DictionaryAdapterFactory.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/IDictionaryPropertySetter.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/PropertyDescriptor.cs