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.