This question is locked. New answers and comments are not allowed.
I'd like to have the genereated classes as a base class and inherit from them. This way I can overide the properties to perform tasks needed. For example when I set the last name or first name I want it to fire the OnPropertyChanged for FullName to force the rebinding in my WPF application.