Book a Demo

Author Topic: generate c# namespace  (Read 2964 times)

alaino

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
generate c# namespace
« on: October 05, 2007, 12:46:11 am »
I generate c# class from EA 7.0.813, but it generates that:
namespace SOR {
namespace Model {
public class Recipe {

and I would like that:
namespace SOR.Model
       public class Recipe {

Is it possible to change that, because I have another project I made with EA 6, where there was the namespace structure like I would like,

Thanks

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: generate c# namespace
« Reply #1 on: October 07, 2007, 12:56:53 pm »
I think if you force EA to overwrite the target file it will generate the namespace structure the way you want.  If you are synchronising a new construct into a file I think it does what you have described.