Template for SortedBindingList

Template for SortedBindingList

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


Jasmeet posted on Thursday, December 21, 2006

Hi,

Where can I find a template for the SortedBindingList please?

Thanks

Brian Criswell replied on Thursday, December 21, 2006

Huh?  The SortedBindingList is a part of the CSLA framework.  You do not generate it.

Jasmeet replied on Thursday, December 21, 2006

I had downloaded the framework.

And one of the projects in it was the Templates which contained shells for various csla business objects which provide a launching point to creating the objects.

There wasn't one for the sortedBindingList.

 

Brian Criswell replied on Thursday, December 21, 2006

The SortedBindingList provides a sorted view onto an IList<T>.  You only need the one class to have this functionality.

The templates that you are referring to are for giving an indication of how you would structure some of the CSLA stereotypes (EditableObject, ReadOnlyObject, etc.).  SortedBindingList does not have a template in there as it is not something that you will create.

Copyright (c) Marimer LLC