Visual Studio Class Diagram not showing relationships

前端 未结 5 1347
梦谈多话
梦谈多话 2021-02-02 05:13

When I define my class properties with out using fields (which was enabled with C# 3.0), class diagram is not showing my one to one/many relationships. Inheritance is visible in

5条回答
  •  误落风尘
    2021-02-02 05:32

    In Visual Studio 2013: right click the class, click Add, and select the desired relationship.

    enter image description here

    More information: http://msdn.microsoft.com/en-us/library/ff657806.aspx

提交回复
热议问题