Sorry, but there are no more tags available to filter with.
-
I am working on an MVC project and want to make use of the BrokenRules to show errors on the view. Within my objects, I am using the DataAnnotation and in AddBusinessRules() I am calling the base method (base.AddBusinessRules) so it links up the DataAnnotation error with the BrokenRules collection. One...