Book a Demo

Author Topic: Reverse engineering C#: Properties as associations  (Read 2468 times)

urs.eichmann

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Reverse engineering C#: Properties as associations
« on: December 31, 2007, 06:19:15 am »
In the Visual Studio class designer, I can right-click on any object-type property and say "Show as association". The class designer then draws a connection line from one class to the other.

Now I import my C# project into EA. All properties are just shown as properties, if they are value-typed or object-typed. Even if the classes are in the same namespace and just sitting next to each other in the class diagram, EA will not show the association. The only exception is, if the property is of an Enum type - then an association will be shown by default.

Is there any similar function to automatically show properties as associations in EA?