Book a Demo

Author Topic: LinkedClassBase Attributes  (Read 2442 times)

Mark Stubley

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
LinkedClassBase Attributes
« on: August 19, 2008, 02:28:16 am »
Is there a way in the code generation templates to iterate the attributes of the parent class in the LinkedClassBase template ? The in scope class at this point still appears to be the derived class.

I'm trying to 100% generate a complete file with no includes for input into a simplistic program.

Thanks for any help.

Mark

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: LinkedClassBase Attributes
« Reply #1 on: August 19, 2008, 08:13:31 am »
There's nothing built in to the templates.

The only thing you could do is a call to EXEC_ADD_IN (see other posts of mine for examples).

I think you would have to pass in linkGUID, get the connector and then get the target object from there.