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?
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?
When you right click on the field or property you can select show as association or show as collection association.
Andrew