Option to change generated code format?

Discussion of open issues, suggestions and bugs regarding Entity Developer - ORM modeling and code generation tool
Post Reply
RobertK
Posts: 111
Joined: Thu 02 Mar 2017 05:44

Option to change generated code format?

Post by RobertK » Wed 22 Mar 2017 13:49

Without editing the template is there any way I could change the generated code format?

From this

Code: Select all

public virtual string Name
{
   get;
   set;
}
to this

Code: Select all

public virtual string Name{ get; set; }

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Option to change generated code format?

Post by Shalex » Thu 23 Mar 2017 18:27

You should edit a predefined template to change the generated code format.

Post Reply