Book a Demo

Author Topic: Association member variable name  (Read 2281 times)

tcabanski

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1 Gold!
    • View Profile
Association member variable name
« on: November 29, 2002, 02:37:12 am »
I am *very* confused.  I have a class that aggregates another class.  I give the association a name and I also name the target side of the aggregate.  Source is the aggregated class and target is the aggregating class so I get a diamond at the aggregating class end.  This is as I would expect.  The generated code, though, always gives me a member in the aggregating class like this:

aggegateclasstype aggregateclasstype

How do I get it to name the variable that holds the aggregate class to something other than the aggregate class name??