StrataFrame Forum

Validation rules as a list of objects

http://forum.strataframe.net/Topic13562.aspx

By George Nentidis - 1/18/2008

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.