So i'm curious, is there a better way to filter an object during its lifecycle? My object needs to be filtered AFTER the data access. ObjectListView was how I did it in the past, but it seems like it's not an up to date solution for this.
In CSLA 3.5 and 3.6 you get to use LINQ to CSLA.
This provides a filtered or sorted view on the original collection and keeps them in sync.
Joe
nifty, sounds cool, that'll be great when my workplace FINALLY gets moving to .NET 3.5 :( .... till then I guess I'll stick with the ObjectListView most likely.
ObjectListView combines Sorting and Filtering.
Its big advantage is that allows multi-column sorting.
SortedBindingList is limited to single column sorting.
I have found it very useful and use it in many places.
I am looking forward to the move to CSLA 3.6 in a few weeks.
Joe
Hi!
Is ObjectListView still up-to-date with 3.8?
I appreciate the feedback
but have no idea what you are talking about. My question was about the ObjectContextManager.
When I try to use it, I seem to lose all reference to the objects within my
Entity Framework EDM.
Thanks,
Russell Eubanks
Rubin-Eubanks
6495
S. Clarkson Street
Centennial,
Colorado 80121-2417
303-794-3270
720-219-3738
(cell)
From: JonnyBee [mailto:cslanet@lhotka.net]
Sent: Saturday, September 26, 2009 1:01 PM
To: russelle@q.com
Subject: Re: [CSLA .NET] ObjectListView still around?
Hi,
ObjectListView is a generic implementation of the IBindingListView
interface and has no direct references to CSLA as such.
/jonnybee
I see it directly under the CSLA Discussion topic. What am I missing? I wasn't aware I was in any other than a high-level thread initiated by my question.
Thanks,
Russell
Rubin-Eubanks
6495 S. Clarkson Street
Centennial, Colorado 80121-2417
303-794-3270
720-219-3738 (cell)
-----Original Message-----
From: david.wendelken [mailto:cslanet@lhotka.net]
Sent: Saturday, September 26, 2009 5:44 PM
To: russelle@q.com
Subject: Re: [CSLA .NET] RE: ObjectListView still around?
Russell,
The thread is about ObjectListView, as is every single post but yours.
I think you are a bit confused. :)
Have a great day!
Copyright (c) Marimer LLC