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.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public enum JsonListMappingMode

Members

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