AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

CSLA: Update AddBusinessValidationRules comments for CSLA 4.0 #655

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The templates will generate CSLA 3.8 code for the partial method:

//ValidationRules.AddRule(RuleMethod, "");

This code should be conditional and generate

BusinessRules.AddRule if generating against 4.0.

Original issue reported on code.google.com by bniemyjski on 5 Jun 2012 at 8:50

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2753.

CSLA: Update AddBusinessValidationRules comments for CSLA 4.0

Original comment by bniemyjski on 5 Jun 2012 at 9:05

GoogleCodeExporter commented 9 years ago

Original comment by bniemyjski on 5 Jun 2012 at 9:08