is BusinessCollectionBase deprecated?

is BusinessCollectionBase deprecated?

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


erescalla posted on Thursday, July 03, 2014

Im using csla v1.1.4322 and Im triying to upgrade to csla v4.5 in my List Im using csla.core.BusinessCollectionBase when i changed the references to my project to pint to the new csla my list Objects started to fail It can find BusinessCollectionBase. Can some one help me?

 

ajj3085 replied on Thursday, July 03, 2014

Normally you would subclass BusinessListBase, which starting in Csla 2 is a generic type. have you tried changing your code to use that?

Peran replied on Friday, July 04, 2014

For WinForms use Csla.BusinessBindingListBase, otherwise use Csla.BusinessListBase

 

 

Regards

 

Peran

Copyright (c) Marimer LLC