You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a question related to another inquiry with some difference and I cannot figure it out myself. my problem goes one more layer deeper as follows:
public class MyClass
{
public string Id { get; set; }
public List<Custom> MyCustoms { get; set; }
}
public class Custom
{
public string Property1 { get; set; }
public List<string> Property2 { get; set; }
}
Can you kindly give me a hint how to map this ?
thanks
This discussion was converted from issue #1556 on December 11, 2020 21:46.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have a question related to another inquiry with some difference and I cannot figure it out myself. my problem goes one more layer deeper as follows:
public class MyClass
{
public string Id { get; set; }
public
List<Custom>
MyCustoms { get; set; }}
public class Custom
{
public string Property1 { get; set; }
public
List<string>
Property2 { get; set; }}
Can you kindly give me a hint how to map this ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions