自动创建从Visual Studio 2008的UML图Studio、Visual、UML

2023-09-03 23:22:35 作者:丿不笨de笨蛋

有任何的工具\软件,从现有的的Visual Studio 2008 项目(C#)。

Is there any tool\Software that make automatically UML diagrams from an existing visual studio 2008 project (C#).

(工具的工作与Visual Studio 2010还AP preciated。)

(Tools work with Visual Studio 2010 also appreciated.)

* UML图可能是所有类型的,例如,对象,类,域,协作,componant,州,部署等,并测试案例等

*UML Diagrams may be all types eg, object, class, domain, collaboration, componant, state, deployment etc and test cases etc

我目前使用的.NET Framework 3.5。 我有Visual Studio 2008专业。

I currently used .net framework 3.5. I have Visual studio 2008 professional.

在此先感谢。

推荐答案

在Visual Studio中,你可以创建一个类图模​​型,它可以让你在一个UML图的方向开始了。

In Visual Studio, you can create a Class Diagram model, which gets you started in the direction of a UML diagram.

如果给你的属性,行为,继承和类型之间的复合链。

If gives you the Properties, Behaviors, and Inheritance and Composition chains between types.

下面是关于如何将一个文章创建。

Here's an article about how to create them.