Closed GoogleCodeExporter closed 8 years ago
Original comment by travis.illig
on 21 Jun 2013 at 2:28
It should be TypeConverterAttribute, not TypeConverter in the sample code. Then
get the TypeConverter from the attribute. (I'm not aware of a TypeDescriptor
helper that will get the TypeConverter for a property.)
Original comment by countpri...@gmail.com
on 21 Jun 2013 at 3:15
Original comment by travis.illig
on 12 Aug 2013 at 3:09
Added support for parameters and properties to provide specific TypeConverter
information using TypeConverterAttribute. Due to the way the attribute works,
when using list or dictionary properties in XML, the specific TypeConverter
implementation needs to actually convert the full list or dictionary from the
ListElementCollection or DictionaryElementCollection (respectively), not just
the element type. Examples of all of these can be seen in the unit tests.
I'll push the changes shortly.
Original comment by travis.illig
on 12 Aug 2013 at 5:31
This issue was closed by revision 20711b9288fd.
Original comment by travis.illig
on 12 Aug 2013 at 5:37
Original issue reported on code.google.com by
countpri...@gmail.com
on 20 Jun 2013 at 10:14