Book a Demo

Author Topic: Class diagram  (Read 3597 times)

steve.bouchard

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Class diagram
« on: September 20, 2002, 10:14:11 am »
I have these class :

data.proxy.bank
bisness.proxy.bank

When I draw these class on class diagram,
I only view proxy::bank and proxy::bank on my class diagram.

I want to display data::proxy::bank and bisness::proxy::bank on my class diagram.

How do I do this ?

Marek Brezina

  • EA User
  • **
  • Posts: 20
  • Karma: +0/-0
    • View Profile
Re: Class diagram
« Reply #1 on: September 22, 2002, 10:32:19 pm »
Hi Steve, I am not sure I can understand well, I tried to make class with name "data.proxy.bank" and I can see a class named data.proxy.bank., but I do not see proxy::bank
Could you explain your problem more?
Marek

steve.bouchard

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Class diagram
« Reply #2 on: September 23, 2002, 05:05:21 am »
data.proxy is namespace of my class bank. bisness.proxy is another namespace in dotnet.

On class diagram I see proxy::bank.

When I draw the 2 class bank, I would like to see data::proxy::bank and bisness::proxy::bank.

by default I see proxy::bank and proxy::bank.

yvon.turcotte

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Re: Class diagram
« Reply #3 on: September 24, 2002, 01:57:13 pm »
The problem of Steve is that he's unable to see the complete name of a class on his class diagram.

I explain

He have the namespace:

data/proxy and a bank class in this namespace.
bisness/proxy and a bank class in this namespace.

He want to see the complete name of the class in his class diagram like data::proxy::bank and bisness::proxy::bank?


Can anybody help him ?