Additional Interfaces in DTO's

Posts   
 
    
Jazz
User
Posts: 63
Joined: 12-Aug-2005
# Posted on: 21-Mar-2009 21:26:09   

Hi there,

I modified some DTO templates and would like to inherit the additional interfaces from the entity classes. I can specify additional interfaces in the designer using the Code gen. options./Output specific options. How can I iterate through those properties when using TDL?

Regards, André

Jazz
User
Posts: 63
Joined: 12-Aug-2005
# Posted on: 22-Mar-2009 15:30:03   

ah, found it out by myself. forgot to download the sdk so i had no documentation on TDL. i was searching through the general help files and template studio docs.

to anyone who might come across the same problem. here is an example:

<[Foreach AdditionalInterfaces]><[CurrentAdditionalInterface]>, <[NextForeach]>

thanks to myself and the fine sdk docs ;-)