CSLA-friendly class diagrams?

CSLA-friendly class diagrams?

Old forum URL: forums.lhotka.net/forums/t/6264.aspx


rogersillito posted on Tuesday, January 27, 2009

We're looking for a way to visually document our business layer.  Visual Studio's class diagrams come pretty close, but don't provide a way to represent associations between generic lists and the types which those lists contain (e.g. the relationship between BusinessListBase and BusinessBase).

The diagrams for project tracker in C# Business Objects 2005 (page 338 for example) show these relationships - does anyone know how these were done??  Our best idea at present is to cut and paste the clasimages into Visio and join together there, but this obviously loses the link with our code if we then change the classes.

cheers,
Roger.

RockfordLhotka replied on Tuesday, January 27, 2009

That diagram was created by using SnagIt to grab the class bubbles from Visual Studio. These were pasted into PowerPoint, and I drew lines between the classes.

Either that or I used Visio.

But either way, I drew the lines by hand. Totally not useful for real work, but very workable for creating a diagram in a book...

I wish I had a good answer for you, because I want to use it too!!

Copyright (c) Marimer LLC