CSLA.NET 4 - missing Initialize and OnDeserialized

CSLA.NET 4 - missing Initialize and OnDeserialized

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


tiago posted on Saturday, May 15, 2010

Hi Rocky,

I'd had a look at CSLA.NET 4 and found a few standing issues.

1) Regarding BTnet issue

366 - Add Initialize() method to ERLB

Some another base classes that are missing Initialize:

BusinessListBase<EditableRootList, EditableChild>

2) There was also an issue regarding OnDeserialized (http://forums.lhotka.net/forums/p/7953/38033.aspx) that affects:

BusinessListBase<EditableRootList, EditableChild>
ReadOnlyListBase<ReadOnlyList, ReadOnly>
EditableRootListBase<EditableRoot>
NameValueListBase<int, string>
BusinessBindingListBase<EditableRootBindingList, EditableChild>

 

RockfordLhotka replied on Monday, May 17, 2010

Thanks, I'll double-check these issues.

Copyright (c) Marimer LLC