WPF 和 EF 4 验证

发布于 2024-10-16 00:14:27 字数 277 浏览 0 评论 0原文

我选择 EF4 作为我们的 wpf 项目的 ORM,目前正在研究不同的验证可能性。目前,我正在准备在我的 ViewModel 中实现 IDataErrorInfo (http://www.arrangeactassert.com/using-idataerrorinfo-for-validation-in-mvvm-with-silverlight-and-wpf/)。我目前在实现 null 验证时缺少的是检查 EdmScalarPropertyAttribute 中 IsNullable 标志的能力。有什么建议吗?这是正确的方法吗?

I have chosen EF4 as the ORM for our wpf project and currently looking at different validation possibilities. Currently i'm gearing towards implementation of IDataErrorInfo (http://www.arrangeactassert.com/using-idataerrorinfo-for-validation-in-mvvm-with-silverlight-and-wpf/) in my ViewModel. What i'm currently missing when implementing a null validation is the ability to check the EdmScalarPropertyAttribute for the IsNullable flag. Any suggestion? And is this the proper way?

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

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

发布评论

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

评论(1

剩余の解释 2024-10-23 00:14:27

查看我们的 Beth Massi 博客

在 WPF 中对实体框架实体实现验证
(带有 VB 代码的文章)

如何:使用实体在 WPF 中连接并显示验证框架?
(视频包含 VB 和 C# 代码)

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