defining class relationships in c# and visual studio 2010

Posted by andy on Stack Overflow See other posts from Stack Overflow or by andy
Published on 2010-05-04T02:02:07Z Indexed on 2010/05/04 2:08 UTC
Read the original article Hit count: 365

Hey guys, in Visual Studio 2010 I can point to a bunch of classes and create a diagram.

However, the diagram by default doesn't recognize any relationships between the classes, except inheritance and implementations.

Is there a way, ideally by using Attributes, to define class and property relationships and associations in such a way that it is picked up by a new Class Diagram automatically?

cheers!

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about c#