5

I use VS 2015 Comunity Edition. My problem is that the Class Designer doesn't create implementations for members of interface. It doesn't do it both automatically and manually. When I show inheritance with toolbox's inheritance line, I see lollipop, but implementation of interface is missing. Class diagram

The Inheritance connector can be used in one more way that results in automatic code generation.
In Figure 10-8 (left) an interface, ICrudActions, has been added to the diagram. When the Inheritance connector is dragged from a class to the interface, all the members of the interface are implemented on the class, as shown in Figure 10-8 (right). image 10-8

from "Bruce Johnson - Professional Visual Studio 2013"

When I try manually implement interface with the context menu, also nothing happens. Contex menu

So, I have to go to the code and implement interface by intellisense. enter image description here

Can someone help me? P.S.: Sorry, for my bad English.

Xandmore
  • 69
  • 1
  • 1
  • 7

0 Answers0