I\'ve been using Nhibernate (with fluent nhibernate mapping) 开发者_运维技巧in a windows forms application and to do some validation and binding, I\'ve been using NHibernate Validator too and when we
Using Nhibernate Validator (with S#harp Architecture / MVC3), how can I write a custom attribute, preferably not object-specific (since this is a fairly common requirement) that enforces that Property
Is there any way of speeding up the time NHibernate Validator takes to initialize when the default validator mode is set to ValidatorMode.OverrideAttributeWithExternal?
In my unit tests I am getting an error when I am debugging.The weird thing is I do not get this whenever I just run the test (it\'s only when debugging a test).I get an exception whenever I try to val
I\'m having some trouble getting NHV to work with Fluent NHibernate. A unit test that I have that has an entity that SHOULD be failing validation ends up throwing an ADO exception.I have NHV configure
Say I have a value object class, FullName, that is used as a property in an Employee entity class. The FullName may have a middle initial, nick name, etc; but from a domain perspective I would like to
I\'m attempting to use the DecimalMin validator from NHibernates Validator library. Unfortunately, due to compiler restrictions I\'m ge开发者_高级运维tting errors when attempting to utilize it. I\'m s
There must be a simple solution out there, I\'m trying to use NHibernate Validator attributes on my DateTime properties. If the value is null (via [NotNull]), I want it to fail validation. When I subm
I\'m learning to use NHibernate validator and it\'s Fluent API (Loquacious). I have noticed is that I can\'t set an i开发者_运维问答nteger property or nullable int property (int?) to be not nullable.
i am integrating nhibernate validator into my application and and everything is fine with attributes