Book a Demo

Author Topic: Changing associations name during code generation  (Read 3289 times)

Korchkidu

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Changing associations name during code generation
« on: July 29, 2009, 01:13:31 am »
Hi,

During code generation, I want to use something like $LinkName instead of $LinkClass to generate my C++ code. Do you know how I could do that?

Best regards.
K.

Korchkidu

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Changing associations name during code generat
« Reply #1 on: August 05, 2009, 08:36:09 pm »
I am still looking for an answer for this question... :-[ So, if someone here has an idea of what to do.... ::)

Best regards.
K.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Changing associations name during code generat
« Reply #2 on: August 06, 2009, 09:02:10 am »
$LinkClass is the only substitution available in that field.  If you don't want to use it you can put a role name on the connector itself.

Korchkidu

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Changing associations name during code generat
« Reply #3 on: August 07, 2009, 04:04:44 pm »
Thanks for your answer.

Best regards.
K.