Unflattening with a different name #1933
Closed
artkolisnyk
started this conversation in
General
Replies: 2 comments
-
|
You are applying the [MapProperty("Types_", "Data.Types")]
private static partial DataObject2 Map(DataObjectData src); |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Got it, thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have to map the following classes:
I defined the following helper class to perform mapping:
Unfortunately,
Types_toData.Typesmapping does not get generated. Here is the generated code:What am I doing wrong? How can I point the mapper to map
Types_fromDataObjectclass toTypeswithin theDataproperty ofDataObject2?Beta Was this translation helpful? Give feedback.
All reactions