NotifyPropertyChangedGenerator icon indicating copy to clipboard operation
NotifyPropertyChangedGenerator copied to clipboard

Inherited class

Open Crazyht opened this issue 10 years ago • 0 comments

Hi,

First, thanks for this great package. I have 2 feature request :

1 - Manage inherit class :

  • Set protected SetProperty method
  • if base class already have been generated don't generate SetProperty method & PropertyChanged event

2 - Add ILeadingUnderscorePascalCasing my convention use "private int _MyProperty;" for backing field of MyProperty

Regards, Crazyht

Crazyht avatar Aug 12 '15 22:08 Crazyht