Book a Demo

Author Topic: Hide C# internal members  (Read 2626 times)

alistair16

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Hide C# internal members
« on: November 03, 2009, 01:22:14 am »
How can I set-up a UML diagram to hide internal C# members?  EA treats them as "public" but as internal members are hidden to code outside of an assembly I do not want them displayed with the "true public" class  members.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Hide C# internal members
« Reply #1 on: November 03, 2009, 06:31:46 pm »
Hmm, I think internal members should have the "Package" scope, and not the "Public" scope.
If you want to hide them on a diagram go to the diagram properties/features and untick "Package"

Geert