C#:针对所有对象以及来自 EF 的子对象的 BindingSource CancelEdit
假设我有两个来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论