Preserving my code

Posts   
 
    
mkalika
User
Posts: 7
Joined: 15-Jun-2005
# Posted on: 16-Jun-2005 17:18:25   

I would like to generate a code based on the adapter model for Visual Studio .NET 2003. After the code generation I want to add some calculated properties to several entities classes. The question is if my changes would be overriden in the next time I generate a code. I saw how this case is solved in the SelfServiced model with 2 classes, but in Adapter model you have only one class for entity instead of 2 (BaseEntity and Entity).

Thanks for the answer.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 16-Jun-2005 17:38:35   

See the documentation: using the generated code -> Adding your own code to the generated classes

Frans Bouma | Lead developer LLBLGen Pro
mkalika
User
Posts: 7
Joined: 15-Jun-2005
# Posted on: 16-Jun-2005 17:45:19   

Thanks wink