C#:针对所有对象以及来自 EF 的子对象的 BindingSource CancelEdit

发布于 2024-12-05 23:07:25 字数 565 浏览 0 评论 0原文

假设我有两个来自 EF 且带有 INotifyPropertyChanged 的​​对象。

Object1 有许多 Object2,而 BindingSource1 有许多 Object1。

如果我更改 BindingSource1.Current (Object1) 的某些属性,我可以在 BindingSource1.Current (Object1) 更改之前通过调用 BindigSource1.CancelEdit 来恢复它们。

但是,如果我在 BindingSource1.Current (Object1) 中为 Objects2 创建 BindingSource2 并更改 BindingSource2(Object2) 中的属性,则无法通过调用 BindigSource1.CancelEdit 来恢复它们。

就我而言,我将 BindingSource1 绑定到 DataGridView1,将 BindingSource2 绑定到 DataGridView2。 现在,如果用户在 DataGridView1 中选择其他 Object1 而不单击“保存”,我希望恢复 Object1 及其所有 Object2。

谢谢

Let's say i have two objects from EF with INotifyPropertyChanged.

Object1 has many Object2 and the BindingSource1 has many Object1.

If I change some Properties of BindingSource1.Current (Object1) I'm able to restore them by calling BindigSource1.CancelEdit, before the BindingSource1.Current (Object1) has changed.

But if I create a BindingSource2 for the Objects2 in the BindingSource1.Current (Object1) and change Properties in BindingSource2(Object2), I can't restore them by calling BindigSource1.CancelEdit.

In my case I have BindingSource1 bind to DataGridView1 and BindingSource2 to DataGridView2.
Now I want so Retore Object1 and all its Object2 if the user selects an other Object1 in DataGridView1 without clicking Save.

Thanks

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

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

发布评论

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