tags:

views:

45

answers:

1

I am created class diagram in asp.net mvc.

I drag and droped some of the classes in the classdiagram.. now I am seeing all my classes.. I have two questions here 1) in the class diagram window I need to show property and property defincation ex: Name string ID int something like this 2) how to give the relation to one class to other class in the class diagram..

thanks

+1  A: 
  • In the Class Diagram Menu choose Change Members Format and select Display Members and Type:

alt text

  • Right click on the property and choose Show as Association:

alt text

Darin Dimitrov
Thanks for your info..
kumar