ObjectListView still around?

ObjectListView still around?

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


decius posted on Thursday, October 30, 2008

 

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.

 

JoeFallon1 replied on Thursday, October 30, 2008

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

 

decius replied on Thursday, October 30, 2008

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.

ajj3085 replied on Thursday, October 30, 2008

I've never done anything with OLV, so I don't know what it providers, but there's FilteredBindingList, which also allows you to filter.  You can also combine it with SortedBindingList, if you want sorting as well.

JoeFallon1 replied on Thursday, October 30, 2008

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

 

david.wendelken replied on Friday, September 25, 2009

Hi!

Is ObjectListView still up-to-date with 3.8?

JonnyBee replied on Saturday, September 26, 2009

Hi,

ObjectListView is a generic  implementation of the IBindingListView interface and has no direct references to CSLA as such.

/jonnybee

russelle replied on Saturday, September 26, 2009

1024x768 false false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4

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

 

Russell - Contributor Image 2

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


david.wendelken replied on Saturday, September 26, 2009

Russell,

The thread is about ObjectListView, as is every single post but yours.

I think you are a bit confused. :)

Have a great day!

russelle replied on Saturday, September 26, 2009

RE: [CSLA .NET] RE: ObjectListView still around?

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!

david.wendelken replied on Saturday, September 26, 2009

I think you are still confused. :)

This thread was initiated by someone else and specifically about ObjectListView.

Copyright (c) Marimer LLC