How to create a Visual Studio style class diagram in Visio?

I need to schedule a chart style Class, Method, Attribute, I looked Class Designerat Visual Studio, but did not seem to do what I want. I want the diagram to show the classes the same way as in Visual Studio- except that I want to have an idea of ​​the parameters that these methods require, for example:

getStock(StockID)

And it will be shown on the Chart. This is for a website ASP.NET. What are the best ways to create a diagram for such a website in order to present methods - I don’t want to start generating classes, so I want to use Visio, plus I am more familiar with Visiothan the constructor Visual Studio Class, since I mainly use the string Expressfor products that do not have this.

I want this, for example, for Default.aspx:

Default.aspx
(View)

Methods:  
- FeaturedStock()  
- GetStock(StockID)  
- ShowContent()
- ShowImage(StockID) 

I do not want to use UML, because it is too confusing - the diagram Visual Studio Classis close to what I want, but I can not get it to show the parameters in my methods.

My main goal is to have "stubs" for each method that the page requires to implement this functionality as a developer, this is the easiest way I can plan this project.

+3
source share
2 answers

NClass , . UML, . , , ; .

+5

Visual Studio 2010 Ultimate UML, , :

alt text

: UML Class Diagrams:

.

+6

Source: https://habr.com/ru/post/1731382/


All Articles