views:

1274

answers:

1

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 the diagram though..

Is there a way to fix this?

+13  A: 

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

Andrew

REA_ANDREW