Hello,
I want to do entity validation using the selfservicing model (version 1.0.2005.1 Final)
I am using the two class scenario.
Where is the best place to assing the entityValidator class to the entity class.
I see too many ways of doing it.
In the *Entity classes
- Constructors in *Entity (not included in custom entity code regions)
- User code region CustomEntityCode in *Entity
In the *EntityBase classes
- User code region InitClassEmpty in *EntityBase
- User code region InitClassFetch in *EntityBase
- User code region CustomEntityCode in *EntityBase
And please, some questions that there are not very clear to me.
Is the whole *Entity.cs/vb file going to be preserved in generations?
In thas case, why we need user code regions in these classes?
What is the Included Code Region for?
Thank you very much.