Create a PropertyDescriptor class to collection property information and simplify...
commit17702b465d647fe787204ea5c1e139c3974179fb
authorcneuwirt <cneuwirt@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Thu, 15 Nov 2007 10:45:03 +0000 (15 10:45 +0000)
committercneuwirt <cneuwirt@73e77b4c-caa6-f847-a29a-24ab75ae54b6>
Thu, 15 Nov 2007 10:45:03 +0000 (15 10:45 +0000)
tree861a98feaf9c41bae16ae51c8e80626ae1b02f85
parent555ae988ec71bc8d969358cd9e39e0f9cf0c57b9
Create a PropertyDescriptor class to collection property information and simplify IL generation.

git-svn-id: https://svn.castleproject.org/svn/castle/trunk@4487 73e77b4c-caa6-f847-a29a-24ab75ae54b6
16 files changed:
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/AttributesUtil.cs [new file with mode: 0644]
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryAdapterKeyPrefixAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryAdapterPropertyBinderAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryComponentAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryKeyAttribute.cs
Components/DictionaryAdapter/Castle.Components.DictionaryAdapter/Attributes/DictionaryKeySubstitutionAttribute.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/IDictionaryAdapterFactory.cs
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 [new file with mode: 0644]
Components/DictionaryAdapter/Changes.txt