M-Files Vault Application Framework
C#
Show/Hide TOC
MFIdentifer
To
IDConverter
Convert
Value Method
Ensures that any non-numeric source values are resolved to an explicit id in the target value. Additionally a ghost value may be added to the target value's parent object to retain the original reference.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
void
ConvertValue
(
JToken
sourceValue
,
JToken
targetValue
)
Parameters
sourceValue
JToken
The value in the source JSON being mapped.
targetValue
JToken
The mapped value in the target JSON.
Implements
IJsonValueConverter
ConvertValue(JToken, JToken)
See Also
Reference
MFIdentiferToIDConverter Class
MFiles.VAF.Configuration.JsonMapping.Converters Namespace
In This Article
Definition
Parameters
Implements
See Also