BusinessBindingListBase - would like to understand the design in absence of FieldManager instance of FieldDataManager

BusinessBindingListBase - would like to understand the design in absence of FieldManager instance of FieldDataManager

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


cwinkelmann posted on Wednesday, November 03, 2010

I am writing a new program and would like to start with CSLA 4 or higher. I understand that BusinessBindingListBase is the WinForms replacement of the BusinessListBase because there were incompatibilities between binding lists in WinForms and other Web UIs.

So I would like to use the framework and update the list objects according to the tools design, but I cannot find the FieldManager instance or any other obvious replacement.

Any suggestions?

Thanks

RockfordLhotka replied on Wednesday, November 03, 2010

FieldManager is in BusinessBase. The list base classes are containers for other objects, and don't allow properties - or at least don't support them through something like FieldManager.

BusinessListBase is for everything except Windows Forms, and BusinessBindingListBase is for Windows Forms. But BusinessBase works across all the technologies.

Copyright (c) Marimer LLC