Book a Demo

Author Topic: Interface methods in the class - bug or feature?  (Read 3352 times)

Gabor

  • EA User
  • **
  • Posts: 37
  • Karma: +0/-0
    • View Profile
Interface methods in the class - bug or feature?
« on: February 13, 2006, 04:31:59 pm »
Hi,
I have a VB2005 class library project, that contains a class and an interface. When I import a source directory (code engineering/import source directory), on put all the Interface's methods into the class.

The interface method's names differ from the implementer method name.

I wonder is it a bug, or feature?

Thanks

Gabor

TrtnJohn

  • EA User
  • **
  • Posts: 176
  • Karma: +0/-0
    • View Profile
Re: Interface methods in the class - bug or featur
« Reply #1 on: February 13, 2006, 05:08:55 pm »
Do you implement all the interface methods in the class?  If so, it is just showing you the methods.