Author Topic: Attribute and Property Names  (Read 2543 times)

Rob7795

  • EA Novice
  • *
  • Posts: 16
  • Karma: +0/-0
    • View Profile
Attribute and Property Names
« on: June 05, 2003, 07:03:00 pm »
Is there anyway of changing the naming convention for attributes to include, say, "m_" as a prefix?  I know it can be set for associations, but I'd like to do it for just plain attributes that aren't referenced by a specific association.

I can do it if I name the attribute explicitly with the m_ prefix, but this just causes more work with the property methods.

The same applies for capitalisation of both the "Get/Set" and the attribute name embedded in the operation name.

Cheers, Rob.