programing

Visual Studio 클래스 다이어그램이 관계를 표시하지 않음

nasanasas 2020. 10. 23. 07:57
반응형

Visual Studio 클래스 다이어그램이 관계를 표시하지 않음


필드 (C # 3.0에서 활성화 됨)를 사용하여 클래스 속성을 정의 할 때 클래스 다이어그램에 일대일 / 다 관계가 표시되지 않습니다. 상속은 다이어그램에서 볼 수 있습니다.

이 문제를 해결할 방법이 있습니까?


필드 또는 속성을 마우스 오른쪽 버튼으로 클릭하면 연결로 표시 또는 컬렉션 연결로 표시를 선택할 수 있습니다.


1 분 안에 메뉴 항목이 어디에 있는지 찾지 못하는 저 같은 사람들을위한 것입니다.여기에 이미지 설명 입력


Visual Studio 2013 : 클래스를 마우스 오른쪽 단추로 클릭하고 추가를 클릭 한 다음 원하는 관계를 선택합니다.

여기에 이미지 설명 입력

추가 정보 : http://msdn.microsoft.com/en-us/library/ff657806.aspx


이것은 Visual Studio와 결합되며 클래스 다이어그램으로 원하는 모든 작업을 수행합니다. http://modeling.codeplex.com/


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. 거기에서 갈 수 있습니다.

참고 URL : https://stackoverflow.com/questions/708977/visual-studio-class-diagram-not-showing-relationships

반응형