Entlib5 验证 [IgnoreNull] 在将对象添加到列表时引发异常
我有一个类 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论