vote up 2 vote down star

Assume that class Being has a property of type Habitat. Both classes are implemented in their own .cs files. When I drag and drop the two classes from the class designer onto a new Class diagram, I do not see an association line from Being to Habitat, whereas there is an association in code. Am I doing something wrong, or this simply isn't implemented in VS yet?

flag

4 Answers

vote up 1 vote down check

To show the property connection, right-click on the property; "show as association" or "show as collection association" (as appropriate)

link|flag
hmm... learn something new... :) – klabranche Aug 22 at 17:06
@Marc: You seem to run faster by foot than me on my bike (see my avatar) ;) – Alfred Myers Aug 22 at 17:10
vote up 1 vote down

It's off by default. Right click on the property and choose "Show as association"

link|flag
vote up 0 vote down

The class diagram doesn't show "lines" between every instance (property) of a type and its type. This would get very, very messy very quickly.

If "Being" derived from "Habitat" (which wouldn't make sense), it would show a line for that. It shows lines for inheritance, not each individual field/property.

link|flag
You described the default behavior, but as I said on my answer you can turn "Show as association" on for those properties you want. – Alfred Myers Aug 22 at 17:06
vote up 0 vote down

Habitat is a property in Being. They are not associated in the way the designer shows. The designer shows inheritance.

link|flag
The designer will show you an association if you tell it to do so. See my answer. – Alfred Myers Aug 22 at 17:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.