Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008 Class Diagram designer

I'm using VS class diagram designer. How can I get the blue lines as that in the following image? Thanks!

alt text
(source: microsoft.com)

like image 571
Roy Avatar asked Aug 10 '09 09:08

Roy


1 Answers

You have to right click on properties and select show as association or show as collection association, as in each property in your class object which has an association can have this view where you can physically see the association between objects. Just a different view.

Andrew

like image 77
REA_ANDREW Avatar answered Sep 21 '22 23:09

REA_ANDREW