Tagged Questions
0
votes
1answer
146 views
Dual NHibernate Class Level Validators Issue
I'm using WPF and I've got an Entity bound to a series of controls. The entity is decorated with two class level validators as follows:
[ExampleValidator1, ExampleValidator2]
public class Entity
An ...