Book a Demo

Author Topic: C# using statements  (Read 3690 times)

Paul Speranza

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
C# using statements
« on: September 16, 2008, 02:04:30 am »
How do I represent C# using statements?

for example :
          using System.Collections;
          using System.Data;


 I have imported some existing C# code figuring this would give me a clue and I can't see where the using statements are in the model.

What I want to do is to make the code compile after I generate it but nto sure how to enter these

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: C# using statements
« Reply #1 on: September 16, 2008, 04:15:20 am »
I think the place to start is to look up Namespaces in the EA documentation.
No, you can't have it!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C# using statements
« Reply #2 on: September 16, 2008, 07:53:44 am »
Using statements are not directly represented in an EA model.  They are implied by the relationships between classes.