[nhusers] Re: NHibernate.Validator question

2008-10-28 Thread Gustavo Ringel
Right, you can do the same thing using a class attribute. See the AssertAnimalAttribute in the validator tests. You can modifiy this example to assert any combination between animal properties. Gustavo. On Tue, Oct 28, 2008 at 3:18 PM, Norberto <[EMAIL PROTECTED]> wrote: > > Hi all > > There is

[nhusers] Re: NHibernate.Validator question

2008-10-28 Thread Dario Quintana
Hi There is not such feature on NHV, you can emulate that using Bean Validators. Best regards On Tue, Oct 28, 2008 at 11:18 AM, Norberto <[EMAIL PROTECTED]> wrote: > > Hi all > > There is something similar to the attribute SelfValidation (http:// > msdn.microsoft.com/en-us/library/cc309328.aspx)