all groups > visual studio .net enterprise tools > july 2007 >
You're in the

visual studio .net enterprise tools

group:

Class Diagram


Class Diagram KierenH
7/11/2007 4:12:03 PM
visual studio .net enterprise tools:
Is it possible to depict a relationship between a strongly typed collection
and the elements it contains in the class diagram (running VSTS).

eg.

// The base collection
class BaseStronglyTypedCollection<T> : ICollection<object>
{
}

// Derived collection
class DerivedCollection : BaseStronglyTypedCollection<MyObject>
{
}

I want the class diagram to show the relationship that is DerivedCollection
contains MyObject(s).

Re: Class Diagram Stevanich
8/31/2007 11:02:01 AM
Kieren,

Yes, but you need to install the PowerToys for the Visual Studio 2005 Class
Designer and Distributed System Designers from
http://www.codeplex.com/modeling.

Hope this helps,

Steve


[quoted text, click to view]


AddThis Social Bookmark Button