Book a Demo

Author Topic: Namespace hierarchy - building in .NET  (Read 3594 times)

Matt

  • EA User
  • **
  • Posts: 96
  • Karma: +0/-0
    • View Profile
    • Solutions Reality
Namespace hierarchy - building in .NET
« on: March 12, 2003, 05:25:07 am »
Hi there, maybe I missed this but I don't think so.

I am trying to model the structure of the application that I am building and it needs to have a nested hierarchy of namespaces to break it up correctly.

I have constructed the classes in the logical view using packages to contain the relevant classes.  However, when I construct the project the classes only pick up the namespace of the package above them - they do not pick up the namespaces of all packages above them and wrap the class structure accordingly.

Have I missed something?  I have the namespaces option checked in the VBNet options but still only parent namespaces!

Matt