M-Files Vault Application Framework
C#
Show/Hide TOC
Json
Value
Mapping
Invert 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#
Copy
public
JsonValueMapping
Invert
()
Return Value
JsonValueMapping
Provides a reverse mapping.
See Also
Reference
JsonValueMapping Class
MFiles.VAF.Configuration.JsonMapping Namespace
In This Article
Definition
See Also