Author Topic: Nested Namespace without nested package structure  (Read 2597 times)

PatrickS

  • EA User
  • **
  • Posts: 46
  • Karma: +1/-0
    • View Profile
Nested Namespace without nested package structure
« on: September 14, 2012, 06:19:08 pm »
Hi
I am new to code generation in EA and am using the MDG Integration for Visual Studio. In my existing source code project I am using Namespaces like BV.Ges.Server.Data which is then expressed after reingeneering in a package tree BV \ Ges \ Server \ Data which is quite annoying for me. If I create a flat structure in one only package by the name "BV.Ges.Server.Data" in the next Merge this will not be acknowledged as the same class.

Is there a way of telling one only package that it should express a whole namespace tree without having to use nested packages for this namespace tree?
Thanks patrick

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: Nested Namespace without nested package struct
« Reply #1 on: September 17, 2012, 08:35:13 am »
No.