Re: CSLA 2.1 Validation Problem

Re: CSLA 2.1 Validation Problem

Old forum URL: forums.lhotka.net/forums/t/967.aspx


JZuerlein posted on Monday, August 21, 2006

I don't actually see it calling the procected method to add business rules...

Protected Overrides Sub AddBusinessRules()

   ValidationRules.AddRule(AddressOf CommonRules.StringRequired, "Name")

End Sub

That's really all there is to adding them, correct?

Jeff

Copyright (c) Marimer LLC