Book a Demo

Author Topic: SQL SERVER - Class attribute feature visibility  (Read 3357 times)

Amaurilo

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
SQL SERVER - Class attribute feature visibility
« on: June 19, 2014, 05:04:17 am »
Hi,
I need to query the EA database in order to retreive the feature visibility of an attribute in a given class.
I can not find the table/field that stores this info.
Any help will be appreciated.

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: SQL SERVER - Class attribute feature visibilit
« Reply #1 on: June 19, 2014, 06:41:00 am »
It is coded in  t_diagramobjects.ObjectStyle. See my Inside book for details.

q.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: SQL SERVER - Class attribute feature visibilit
« Reply #2 on: June 19, 2014, 10:09:18 am »
If you're after the option to store visibility of individual attributes it's actually in t_diagram.StyleEx

Amaurilo

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
    • View Profile
Re: SQL SERVER - Class attribute feature visibilit
« Reply #3 on: June 20, 2014, 10:01:52 am »
Got it!  thank you!  :D