How can you represent a .NET DataType in a UML Diagram

Posted by Blake Blackwell on Stack Overflow See other posts from Stack Overflow or by Blake Blackwell
Published on 2010-06-10T18:18:40Z Indexed on 2010/06/10 18:22 UTC
Read the original article Hit count: 223

Filed under:
|

I am new to UML diagramming, but I'm trying to learn the ropes. Using a tool such as Visio or AgroUML how would you represent a .NET Datatype in your diagram? Two examples that I would like to do:

DataTable
List<MyObject>

The only method I see right now is creating a class that represents a datatable. As far as representing collections, I can't find any method to do that.

Thanks!

© Stack Overflow or respective owner

Related posts about uml

Related posts about diagramming