Bug in CSLA 2.1.1 FilteredBindingList?

Bug in CSLA 2.1.1 FilteredBindingList?

Old forum URL: forums.lhotka.net/forums/t/2113.aspx


stephen.fung posted on Wednesday, January 10, 2007

I would expect that this method in FilteredBindingList

    public void ApplyFilter(
      PropertyDescriptor property, object filter)
    {
      _filterBy = property;
      DoFilter();
    }


should also include the line

    _filter = filter;

or have its visibility reduced.

(Turns out I didn't actually need to use the method though.)

RockfordLhotka replied on Wednesday, January 10, 2007

Good catch, thanks! It will be fixed in 2.1.2.

Copyright (c) Marimer LLC