Visual Studio Class Diagram not showing relationships

前端 未结 5 1292
梦谈多话
梦谈多话 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-02 05:35

    Since someone asked how to download files from old codeplex.com, I will briefly explain the steps below.

    1. Access the link. In this case it is http://modeling.codeplex.com/.
    2. Click "download archive" button to download the archive.
    3. Open the downloaded zip file. ex) modeling.zip File structure in the archive file
    4. Navigate to "releases" folder if you are after the binary not the source.
    5. Open the releaseList.json file to see the description and the actual name of each file. Detailed info for each file
    6. Find the one you want and get the folder Id, file Id and FileName from the releaseList.json.
    7. Navigate to the folder matching the folder Id. ex) 2
    8. Select the file matching the file Id and copy to some other place. Rename the file with FileName from the releaseList.json.
    9. You can go from there.

提交回复
热议问题