Book a Demo

Author Topic: Adding Tagged Values in code  (Read 2511 times)

KorenWolf

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Adding Tagged Values in code
« on: November 11, 2005, 12:19:40 am »
Hi!

For my company i'm making a transformation from a platform independent model to a platform specific model (C# data access layer).

In this transformation, I would like to add some tagged values to my operations. I found out how i can add tagged values manually, but can this also been done in code?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Adding Tagged Values in code
« Reply #1 on: November 13, 2005, 01:35:09 pm »
Try adding something that generates the following into your templates.

Tag
{
 name="myTagName"
 value="myTagValue"
}