是否有 ValidationWarningResult 这样的东西?

发布于 2024-12-03 08:07:12 字数 138 浏览 3 评论 0原文

我有一个完整的验证规则列表,这些规则要么是警告(可以继续),要么是致命(无法继续)。

致命的错误很简单,但警告却让我很难找到一种简洁的方法来设置它们。我可以很容易地处理这些警告,但它很混乱。

有没有一种声明性的方式来处理“警告”?

I have a whole list of validation rules that are either warnings (can continue) or fatal (cannot continue).

The fatals are easy, but the warnings are stumping me as far as a succinct way to set them up. I can handle the warnings easily enough, but it is messy.

Is there a declarative way to handle 'warnings'?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愁杀 2024-12-10 08:07:12

不,没有。我最终向我的实体添加了一个标志“ValidateAll”,并使用它来强制警告根据状态变为错误。

No, there isn't. I ended up adding a flag 'ValidateAll' to my entities and use that to force the warnings to become errors depending on state.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文