Group: Forum Members
Posts: 72,
Visits: 251
|
It would be nice for validation rules to be a list of object that we can add in the BO's constructor or in virtual method we override. Then instead of calling custom code in the CheckRulesOnCurrentRow, the BO could have those rules available wherever it needs them. It would also help us build a small library of such validation rules that can be used in many different cases.
|