Visual Studio Class Diagram not showing relationships

前端 未结 5 1335
梦谈多话
梦谈多话 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:37

    When you right click on the field or property you can select show as association or show as collection association.

提交回复
热议问题