Silverlight's ReadOnlyBase missing IsBusy / IsIdle

Silverlight's ReadOnlyBase missing IsBusy / IsIdle

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


rfcdejong posted on Monday, April 26, 2010

Is there any reason why the silverlight ROB is missing the IsBusy / IsIdle functionality?

We have lazy loaded properties and an own PropertyManager using the functionality available in WPF.
Now i can just impliment the functionality in our decendant, but just to be sure this question.

RockfordLhotka replied on Monday, April 26, 2010

In CSLA 4 they are now the same file, so the behaviors on .NET and SL will be the same.

(btw, tag names must be separated by a , or ; otherwise they end up being one long, meaningless tag - I fixed them for you, but you should know for future posts)

rfcdejong replied on Tuesday, April 27, 2010

Good to know, i'm going to install visual studio 2010 (ultimate) soon to upgrade our version of the framework to work with csla 4.0, i'll make good use of it then.

PS: Didn't know about the tags, thank you for the information.

Copyright (c) Marimer LLC