Book a Demo

Author Topic: Custom Tagged Value like "Implements" Tagged Value  (Read 3210 times)

dagraf

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Custom Tagged Value like "Implements" Tagged Value
« on: December 01, 2008, 06:45:07 pm »
If you realize in a class Cass1 the operation test1() of the interface Interface1 you get a pair of tagged values for test1() in Class1 created like this:

Implements            |    Interface1.test1()
ImplementsGuid     |    {EC07C0E8-DE1D-46a4-8D53-F3A7E3F4CD6A}


Now I want to create my own tagged values like this for the used dependency. Does sombody know the syntax for this kind of tagged values?

Thanks for your help!  :)

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile

dagraf

  • EA Novice
  • *
  • Posts: 19
  • Karma: +0/-0
    • View Profile
Re: Custom Tagged Value like "Implements" Tagged V
« Reply #2 on: December 02, 2008, 07:59:46 pm »
I have seen this pages in documentation but if I do it like this I can only see the Method name in TaggedValues and not the Class.Method name. But when there is no other possibilíty it es enough for me to have the GUID of the related method.  ;)

Tanks for your help!  :)