Book a Demo

Author Topic: c# code generation  (Read 2886 times)

Salty_Dog

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
c# code generation
« on: October 01, 2003, 10:36:36 am »
Is there any way to get ea to generate a c# struct. I tried generating a class changing it to a struct and synchronising, but it just changed it back to a class when I re-generated.

benc

  • EA Administrator
  • EA User
  • *****
  • Posts: 200
  • Karma: +0/-0
    • View Profile
Re: c# code generation
« Reply #1 on: October 02, 2003, 12:04:54 am »
Hi Salty Dog,

You should be able to do this by setting the stereotype of your class to struct.

Regards,
Ben

Salty_Dog

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: c# code generation
« Reply #2 on: October 02, 2003, 12:38:18 am »
 :) Thanks for that, I looked in the list of stereotypes that were available, and it wasn't there, I should have tried typing it in.
Is there documentation about this anywhere?