Book a Demo

Author Topic: How to disable automatic property implementation?  (Read 2074 times)

Andris

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
How to disable automatic property implementation?
« on: June 29, 2008, 05:33:04 am »
Hi,

Related to my previous topic, I have problem with partial classes again. The classes implement an interface that has a public property, let's call it Type. In the code of the first partial class there is an implementation of the property. EA implements the property in the other class so I get thousands of errors because both classes contains the same property. How can I disable this feature?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: How to disable automatic property implementati
« Reply #1 on: June 30, 2008, 08:37:06 am »
Disable Tools | Options | Source Code Engineering | Attribute/Operations | Generate methods for implemented interfaces.