1
Suggestions and Requests / Attribute and Property names
« on: June 05, 2003, 06:58:40 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.
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.