views:

126

answers:

2

I am trying to do something of the form: alt text

Is it possible at all to do it? I want to have a collection of Food objects in my MealEvent class.

Thanks!

A: 

I don't know this tool but the design seems to be pretty nice. Usually when you work with graphical tools you can either click on the association link to: - open a contextual menu. - to change property into another property view - to erase it and redo it

You need to change the multiplicity settings and check non navigable option.

That 1..* was done by me using paint :( I'd like to know how to make it through VS 2010 :(
devoured elysium
+1  A: 

If you're using Visual Studio 2010 Ultimate, the UML class diagram lets you set the Multiplicity property on First Role and Second Role properties of the relationship.

For more information, see Properties of Associations in UML Diagrams.

Esther Fan - MSFT
Argh. I'm using Professional. No luck then?
devoured elysium