MFIdentiferToIDConverterConvertValue 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#
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

IJsonValueConverterConvertValue(JToken, JToken)

See Also