AFAIK, Class diagrams are designed to depict Object Oriented relationships between classes (inheritance, polymorphism,etc.), not functional relationships. I don't think it shows relationships between even strongly typed collection classes.
On Feb 17, 4:26 pm, graphicsxp <[email protected]> wrote: > Hello, > > I've started creating a class diagram in VS2008. So I've added a bunch > of classes and now I want to add associations between them. I can't > figure out how to create one-to-many associations ??? It seems only > possible to create one-to-one associations, which would be really lame > if VS can only do that ! > > Does anyone know how to create one-to-many associations ? If it's > possible, would it generate a generic List in my code ? > > Thanks
