
Hi,
In 2010.1, you updated the constructor for PropertyDescriptorDataAccessor() to allow for:
_category.Accessors.Add(new PropertyDescriptorDataAccessor(fp, "FieldMin"));
Can you add another few params to allow for overriding DisplayName and Description? If not specified, fallback to the [DisplayName], [Description] attributes as you do now?
Reason being is we are binding to a generic object property that can change types through boxing / unboxing. That part actually works fine, the editors automatically switch, we just want a more descriptive DisplayName and Description :).
In 2010.1, you updated the constructor for PropertyDescriptorDataAccessor() to allow for:
_category.Accessors.Add(new PropertyDescriptorDataAccessor(fp, "FieldMin"));
Can you add another few params to allow for overriding DisplayName and Description? If not specified, fallback to the [DisplayName], [Description] attributes as you do now?
Reason being is we are binding to a generic object property that can change types through boxing / unboxing. That part actually works fine, the editors automatically switch, we just want a more descriptive DisplayName and Description :).