Default filters

Posts   
 
    
BlackMamba avatar
BlackMamba
User
Posts: 34
Joined: 30-Apr-2004
# Posted on: 14-Jun-2004 17:02:21   

Hello all, I have the need to filter all my typed lists or collections or whatever in an application I am building. I've easily done this in my old applications because our business objects where entities, entity collections and typed lists together (one object was basically doing the work of llbl entities, typed lists and entity collections) , so in the class I had a procedure where I could apply default filters (which is part of business logic).

With LLBLGen code this is a bit more complicated to do... Did any of you have this requirement? How would you go about doing it?

Thanks