I'm using CSLA 4 and trying to create an indexable property for a class that inherits BusinessBase. However, I'm getting and "Class Indexable is not defined" error. Has this class been redefined in CSLA 4, or am I missing a reference?
The Indexing support for LINQ is removed from CSLA4, including the Indexable attribute. Please see the changelog for CSLA4.
There's several indexing libraries available, ex http://i4o.codeplex.com.
Copyright (c) Marimer LLC