NamingConvention for EntityType names
The current NamingConvention
can translate between client and server property names but there is no facility in Breeze to translate between client and server EntityType names.
For example, if the class on the server is known as PersonDto
, my client-side EntityType name must also be PersonDto
. I probably want Person
on the client.
5
votes
