Bug Report B133510
Visible to All Users

Code Creation - "AutoDeclare" does not infer correct casing for auto-implemented property

created 16 years ago

create a class
then
    tds<<space>>
generates
    DataSet
then
Ctrl-A
generates
    DataSet _dataSet
using
    ads<<space>>
generates
    public DataSet PropertyName {get;set;}
which is correct - public properties should be PascalCased for a variety of reasons
All fine so far.
But pressing backspace, deleting "PropertyName"
and then doing ctrl-A
generates
    public DataSet dataSet {get;set;}
(Yes, a lot of this is tied into the inconsistencies I reference in http://www.devexpress.com/Support/Center/p/B133218.aspx)

Comments (1)
DevExpress Support Team 16 years ago

    Hi Ruben,
    Thank you for the report.
    We'll examine this problem, and will get back to you as soon as we come to any conclusion.
    Thanks,
    Vito

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.