| comment 2003 posted by JonnyBee on 2010-01-11 5:46 PM, 1225 days ago |
|
Added private method SortedBindingList.GetPropertyDescriptor(string propertyName). This method will throw ArgumentException if propertyName has a value and the property is not found on type. Message is read from Resources.
Method is called from:
ApplySort(string propertyName, ListSortDirection direction) and
Find(string propertyName, object key)
SortedBindListTests.cs is updated with new unit tests.
|
|
| comment 1419 posted by rocky on 2009-07-29 11:40 AM, 1391 days ago |
|
|