Question about V2

Posts   
 
    
DvK
User
Posts: 323
Joined: 22-Mar-2006
# Posted on: 01-Jun-2006 11:35:42   

Hi Frans,

Some time ago (2005) I asked you about an idea for implementing a validation rule schema in the LLBLGen designer so you can define your validation rules per entityfield in there and then generate validation classes based on those definitions.

Is this still a wish for V2.x or other future versions ?

gr. Danny

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39928
Joined: 17-Aug-2003
# Posted on: 01-Jun-2006 13:03:16   

While designing this feature, I ran into the 'doing it visual is cool but unproductive'-wall: my plans were to create designers with a custom language in where you could define rules etc. but it would be more time consuming to type these in /design them there, than when you would type them in in code in vs.net.

So I stopped with the visual approach and invested a lot of time to get a validation framework implemented in v2 which allows you to add the validation code to either validation classes or to the entities without a lot of effort (read: just write the validation code, and you're done). This seems to me the most productive way of writing validation code.

Frans Bouma | Lead developer LLBLGen Pro