2

I use the LINQ to SQL Classes to access to my database. Now I want to use the LINQ to SQL Classes for WPF DataBindings and validation. How do I implement these two interfaces to my projects Model? Is it possible implement INotifyProperty automatically?

4

1 回答 1

0

这将为您提供 INotifyPropertyChanged 部分。

NotifyPropertyWeaver

然后 IDataErrorInfo 可以在基类中完成。

于 2010-10-12T22:33:13.737 回答