BusinessListBase and properties

BusinessListBase and properties

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


Wal972 posted on Tuesday, March 24, 2009

Hi,

I have a BusinessListBase with children, in C# with the Csla 3.6 it appears it not possible to have properties in the parent. Basicly in previous versions I would had a BusinessListBase with a few properties and then there were children. Is this a design feature or am I doing the wrong thing.

Thanks in advance

Ellie

JoeFallon1 replied on Tuesday, March 24, 2009

There is a recent thread on this topic where Rocky discusses the reasoning in detail.

As I recall, you may not be able to have *managed* properties in the list class itself. But you should be able to use regualr fields and properties. You then need to handle the serialize and deserialize events to move the data across the wire.

Joe

Copyright (c) Marimer LLC