Book a Demo

Author Topic: Reverse engineering C# code - relationship issue  (Read 3927 times)

Daniel72

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Reverse engineering C# code - relationship issue
« on: July 04, 2016, 04:19:36 pm »
I'm using v12.1

I have reverse engineered a C# package for documentation purposes, but I miss some basic information in the resulting diagrams.

Example:

Two interfaces A and B. A has a property XYZ which is of type B.
In the resulting diagram, I'd expect a relationship from A to B, but nothing is there.

Could someome give me a hint?

Thanks,
Daniel

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Reverse engineering C# code - relationship issue
« Reply #1 on: July 04, 2016, 04:24:50 pm »
Daniel,

Have you checked the type of the property?
EA will either create an attribute, or an association, but never both.

Geert