Book a Demo

Author Topic: Partial / Friend Class use same Icon  (Read 3349 times)

Josef Stadelmann

  • EA User
  • **
  • Posts: 59
  • Karma: +0/-0
  • as simple as possible, but not too simple
    • View Profile
Partial / Friend Class use same Icon
« on: April 20, 2011, 09:57:54 pm »
Just found: Is it normal that a

Partial Class WsDisplay and

Friend Class WSDisplay

are getting entered precisely the same way into the Model DB when a reverse engineering (souce code import) takes place?

It is a bit confusing, as it is anyway.

The icon of the Partial Class could be drawn in a different coulor then the related friend class. Maybe a bad idea if a class is made of many parts (as per Microsoft) anyway.

Maybe the Icons need a side letter/number in this case, just an indicator to keep em separate and not mixing it up by accident.

Josef