How to get LLBLGen objects to implement existing interfaces?

Posts   
 
    
avdean_
User
Posts: 5
Joined: 18-Dec-2006
# Posted on: 20-Dec-2006 17:46:04   

Hi all,

Working with an existing architecture where all object properties, that map to table fields, are implemented using an interface. Basically, there is a one to one relationship between table and interface. I would like to try to maintain this to allow new LLBLGen created objects to implement these interfaces and allow them to easily integrate into the existing architecture.

Please let me know what you think.

Walaa avatar
Walaa
Support Team
Posts: 14950
Joined: 21-Aug-2005
# Posted on: 21-Dec-2006 06:46:01   

you should use your own template to generate that interface, and modify the templates of the Entities to implement that interface. Better to use your own template set rather than modifying the existing templates.