M-Files Vault Application Framework
C#
Show/Hide TOC
IJson
Value
Converter Interface
Interface for an object that can convert a JSON value being mapped from a source JSON structure to a target 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
interface
IJsonValueConverter
Methods
ConvertValue
Converts a source value that has been mapped into a target value to the correct value type.
Invert
Provides an inverted converter that can be used to map values in the opposite direction.
See Also
Reference
MFiles.VAF.Configuration.JsonMapping Namespace
In This Article
Definition
Methods
See Also