WPF 和 EF 4 验证
我选择 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看我们的 Beth Massi 博客
在 WPF 中对实体框架实体实现验证
(带有 VB 代码的文章)
如何:使用实体在 WPF 中连接并显示验证框架?
(视频包含 VB 和 C# 代码)
Check our Beth Massi's blog
Implementing Validation in WPF on Entity Framework Entities
(article with VB code)
How Do I: Hook Up and Display Validation in WPF using Entity Framework?
(video with VB and C# code)