Page 1 of 1

Enum Dto Classes

Posted: Mon 16 Mar 2015 15:42
by 3dots
When i define EnumProperty in Class as extern it will always generate in DTO...

How can i change the DTOTemplate to prevent the generation of Enum properties ?

Re: Enum Dto Classes

Posted: Tue 17 Mar 2015 10:06
by MariiaI
Please open your model, open Properties for the necessary entity property with the Enum type and set the "Generate DTO" property to False, save the changes and re-generate the code.
Does it help?