Closed AnnaVEimbeck closed 7 years ago
I have a setup here, where i need to map one object in upper Camel Case to another object in lower Camel Case. Does ExpressMapper support any kind of naming convention either to directly apply or to implement/extend?
Like I have:
GeometryDTO { Height, Left, PageIndex, Top, Width }
Geometry { height, left, pageIndex, top, width, }
I have a setup here, where i need to map one object in upper Camel Case to another object in lower Camel Case. Does ExpressMapper support any kind of naming convention either to directly apply or to implement/extend?
Like I have:
GeometryDTO { Height, Left, PageIndex, Top, Width }
Geometry { height, left, pageIndex, top, width, }