nhibernate-validator
Validation for Windows Forms Apps with Nhibernate
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[详细]
2023-04-05 16:07 分类:问答NHiberate Validator start date before end date
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[详细]
2023-03-06 02:04 分类:问答NHibernate Validator initialization is very slow with ValidatorMode.OverrideAttributeWithExternal
Is there any way of speeding up the time NHibernate Validator takes to initialize when the default validator mode is set to ValidatorMode.OverrideAttributeWithExternal?[详细]
2023-02-26 15:25 分类:问答Nhibernate Validator
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[详细]
2023-02-23 03:01 分类:问答NHibernate Validator not integrating with Fluent NHibernate
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[详细]
2023-02-23 02:52 分类:问答nhibernate validator usage
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[详细]
2023-02-07 05:05 分类:问答NHibernate DecimalMin Validator
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[详细]
2023-01-25 09:23 分类:问答NHibernate Validator and Null DateTime
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[详细]
2023-01-18 18:16 分类:问答NHibernate Validator and Schema Export question
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.[详细]
2023-01-16 10:08 分类:问答ValidatorEngine.Validate returns null (no error) if configured its ValidatorMode.UseExternal
i am integrating nhibernate validator into my application and and everything is fine with attributes[详细]
2023-01-03 11:28 分类:问答