public void ChosePropertyBinder(PropertyInfo property, IPropertyBinder binder) { var selection = new PropertyBinderSelection { BinderType = binder.GetType(), PropertyName = property.Name, PropertyType = property.PropertyType }; _report.AddBindingDetail(selection); }
public void ChosePropertyBinder(PropertyInfo property, IPropertyBinder binder) { var selection = new PropertyBinderSelection{ BinderType = binder.GetType(), PropertyName = property.Name, PropertyType = property.PropertyType }; _report.AddBindingDetail(selection); }