Page 1 of 1

Setup naming rules are not getting applied properly

Posted: Tue 20 Oct 2009 03:54
by djuj
I am having issues with naming rules. I have indicated case as FirstLetterUpperCase for both Class, Method Names and Members names, but the entities are generated with all Capitalized.
When I looked into .edps file, the configuration is set to use CodeCase="FirstLetterUppercase"

It seems other options like lower, upper case is being applied properly.

I am using latest version(2.20.38) Entity developer with Oracle.

Posted: Wed 21 Oct 2009 08:33
by AndreyR
This naming rule means that the first letter of the name will be capitalized and the rest of the name will be left unchanged.
Rule works this way for me in the latest 2.20.43 build of Entity Developer.
I suppose that you should use the Capitalized rule.