Possible feature...?

Posts   
 
    
Jeff M
User
Posts: 250
Joined: 04-Aug-2004
# Posted on: 09-Aug-2006 04:44:04   

Sometimes I extend my entities such as:

public class EmployeeEntityExtended: EmployeeEntity {}

These derivative classes can include alot of functionality not found in generated entities.

Wouldn't it be cool if LLBLGen could extend these classes with factory classes, helper classes, etc.?

Just a thought.

Jeff

Walaa avatar
Walaa
Support Team
Posts: 14946
Joined: 21-Aug-2005
# Posted on: 09-Aug-2006 07:46:02   

This can be added using task performers and templates.

To start, you should read "Concepts -> Task based code generation" in the LLBLGen Pro manual. Then you would have to check the LLBLGen Pro SDK manual.