Now able to override properties from class in Map

This commit is contained in:
Daniel Cronqvist 2024-09-04 22:24:40 +02:00
parent 0ad1347bc1
commit ffc529ecb6
7 changed files with 137 additions and 6 deletions

View file

@ -55,7 +55,7 @@ public partial class TestData
},
new StringProperty
{
Name = "stringbool",
Name = "classstring",
Value = "Hello there default value"
}
]
@ -74,7 +74,7 @@ public partial class TestData
},
new StringProperty
{
Name = "stringbool",
Name = "classstring",
Value = "Hello there default value"
}
]