JsonValueMappingInvert Method

Provides an inverse mapping, that defines how a value from the target JSON structure should be mapped into the source JSON structure.

Definition

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

Return Value

JsonValueMapping
Provides a reverse mapping.

See Also