-
Hi there,
How to get nested objects inf sharpsaprfc?
I have two objects. Product and productAddress
` public class Product
{
private string _matirialNumber;
///
…
-
I have this object at the DataModel.
```
"Car": {
"id": { "key": "true" },
"ip": { "type": "string", "require": "true" },
"name": { "type": "string", "require": "true" }…
-
I suggest that let the recursion or deep as an option. Sometimes I don't want to convert nested keys, only outside keys.
-
Provide support for nested objects.
There are 2 types of nested objects:
- Related nested objects.
- ~~Schema nested objects.~~ (supported using Custom Field Type handlers, see #8 )
Things to cons…
-
django-importer is support nested objects import?
-
Hello,
This seems to be a great solution, I'm just started to use it and I have a question regarding nested dragged objects.
I have a nested list structure (build from DIVs:
state 1
city 1
city …
-
I have an object like:
```
{
properties: {
id: 5
}
}
```
and while the following works:
```
api.store.db({properties: {id: 3}}).get()
```
the following does not:
```
api.store…
-
More info https://github.com/Beeblerox/HaxeFlixel/issues/73
-
## 🐛 Bug report
First of all, this is a really cool project, and I am enjoying it a lot 👍 .
This might be quite niche to be honest, but I encountered unexpected behavior when working on nested c…
-
When I have complex types in my selected object, how can i edit its properties ?
```
public class Vehicle
{
public string Name { get; set; }
public DateTime Co…