JsonListMappingMode Enumeration |
Modes determining how the source path is determined for
to list based data members.
Essentially determines if the source path should end in
"[*]" or not.
Namespace:
MFiles.VAF.Configuration.JsonMapping
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic enum JsonListMappingMode
Public Enumeration JsonListMappingMode
public enum class JsonListMappingMode
Members
| Member name | Value | Description |
---|
| Auto | 0 |
The mode is automatically determined based on
whether the number of variable array indexes
in the source and target paths match.
|
| List | 1 |
Source path should resolve to the list.
|
| Items | 2 |
Source path should resolve to the list's items.
|
See Also