Projection Question

Posts   
 
    
Seth avatar
Seth
User
Posts: 204
Joined: 25-Mar-2006
# Posted on: 08-Jul-2007 08:00:01   

I understand how projections work from the LLBLGen framework to custom DTO objects. Is there such a thing as a reverse projection? If there is, would it be possible to write custom tasks to generate generic DTO objects based on the actual entity classes (except dumbed down of course) and have the projection plumbing already at the DTO level?

This would work great since the DTO objects could be decorated with WCF propeties for transport. Additionally, some worker classes could be generated for each DTO that have the projection plumbing for GET methods and save methods. I hope I am making sense.

-Seth

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 09-Jul-2007 06:06:00   
David Elizondo | LLBLGen Support Team
Seth avatar
Seth
User
Posts: 204
Joined: 25-Mar-2006
# Posted on: 11-Jul-2007 20:04:33   

Thanks!

-Seth