3
我使用AutoMapper 1.0 RTW和添加一些自定義格式的:AutoMapper - 添加自定義格式
Mapper.AddFormatter<AlertTypeFormatter>();
Mapper.AddFormatter<DateStringFormatter>();
的目標類型都是字符串和編制獨立工作。但把它們放在一起,只有第一個格式化程序被調用。在這種情況下,「AlertTypeFormatter」。
任何想法?
任何想法,我與此設立總格式化回事? http://stackoverflow.com/questions/2779068/automapper-site-wide-usage-of-ivalueformatter-for-given-types – CRice 2010-05-13 07:18:00