Setup naming rules are not getting applied properly

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
djuj
Posts: 4
Joined: Thu 25 Jun 2009 18:45

Setup naming rules are not getting applied properly

Post by djuj » Tue 20 Oct 2009 03:54

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.

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Wed 21 Oct 2009 08:33

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.

Post Reply