This question is locked. New answers and comments are not allowed.
Hello,
I think there is a little problem when I want to model inheritance in the designer. I've changed the code generation template the way that it implements INotifyPropertyChanged... and when I want to model the inheritance following happens...
Everytime I save the diagram the designer changes it again...so I can't use inheritance :-(((
Thank you very much,
Norbert
I think there is a little problem when I want to model inheritance in the designer. I've changed the code generation template the way that it implements INotifyPropertyChanged... and when I want to model the inheritance following happens...
namespace ES.Abs.Core { public abstract partial class DomainClass1 : Interface2 : INotifyPropertyChanged, INotifyPropertyChanging { private int _id; public virtual int Id { get { return this._id; } set { if( Id == value ) return;....Everytime I save the diagram the designer changes it again...so I can't use inheritance :-(((
Thank you very much,
Norbert