Book a Demo

Author Topic: External Requirment  (Read 3411 times)

rashid.mohd

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
External Requirment
« on: October 16, 2006, 04:53:52 am »
Hi

I want to create external requirement element in model hierarchy of EA through C#. I am able to create internal Requirements that are not visible in Model hierarchy.

So there is any way to create external Requirment in EA.


TIA
/Rashid
PM

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: External Requirment
« Reply #1 on: October 16, 2006, 03:24:06 pm »
Take the Elements collection from a package and use AddNew("My Requirement Type", "Requirement").

rashid.mohd

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: External Requirment
« Reply #2 on: October 16, 2006, 09:50:15 pm »

Quote
Take the Elements collection from a package and use AddNew("My Requirement Type", "Requirement").



Hi

Thanks