(new to CSLA) - I am trying to do some collection validation, but it does not scale. I would like to write my own method that will loop through the collection without firing any additional events and if I find an object is invalid, I would like to manually set the property to be invalid, which would be reflected through the interface.
↧