Ejemplo n.º 1
0
        public void ChosePropertyBinder(PropertyInfo property, IPropertyBinder binder)
        {
            var selection = new PropertyBinderSelection {
                BinderType   = binder.GetType(),
                PropertyName = property.Name,
                PropertyType = property.PropertyType
            };

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

            _report.AddBindingDetail(selection);
        }