Entlib5 验证 [IgnoreNull] 在将对象添加到列表时引发异常

发布于 2024-12-10 00:59:59 字数 345 浏览 2 评论 0原文

我有一个类 Partner,我使用 entlib5 验证块来验证类的字段(使用数据注释)。 在其中一种方法中,我读取数据库表并创建合作伙伴对象的绑定列表,但如果存在 [IgnoreNull] 注释或 [ValidationComposition]+[NotNullValidator],我会收到 System.NotSupportedException (例如: ValidatorCompositionAttribute 类型的验证属性不能用于验证值。)

如果我仅使用 [StringLengthValidator] 则没有任何异常(但我需要 IgnoreNull 或类似的验证器来处理某些可以留空,或者字符串必须在某个范围内)

有什么问题?

I have a class Partner and I use entlib5 validation block to validate class's fields (using data anottations).
In one of method I read db table and create binding list of Partner's objects, but if there is an [IgnoreNull] annotation or [ValidationComposition]+[NotNullValidator] i get an System.NotSupportedException (for example: A validation attribute of type ValidatorCompositionAttribute cannot be used to validate values.)

If I use only [StringLengthValidator] there isn't any exception (but I need IgnoreNull or similar validator for some fields that can be leaved blank, or string must be within some range)

What is a problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文