how to keep the .vsd classes be consistent to its c# source code

J

jigang.sun

Hi,
I have an exsisting c# project, I need to do documentation about it,
what I want is a UML class diagram. So I reverse engineered to a .vsd
file and use Visio 2003/2007 to open it, so all classes are available
to be used to draw a class diagram. The problem is that the existing
c# project still needs to be improved. When c# classes change, the
exported Visio .vsd file does not change accordingly. Could any
advice
me how to keep the .vsd file be consistent to its c# source code
automatically?
 
M

Michel LAPLANE

There is no automatic update. You must made the modification in the vsd and
then generate code with the UML visio Menu.
But to be honest i have never generate a complete project ; i have just made
some little test to evaluate the generate code capability of visio.

Hope it can help.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top