M-Files Vault Application Framework
C#
Show/Hide TOC
Array
To
Object
Converter
TObject
Convert
Value Method
Converts an array to an object, by mapping each array item to a correspondingly ordered data member.
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 original source value being mapped.
targetValue
JToken
The target value that the source value has been mapped to.
Implements
IJsonValueConverter
ConvertValue(JToken, JToken)
See Also
Reference
ArrayToObjectConverter
TObject
Class
MFiles.VAF.Configuration.JsonMapping.Converters Namespace
In This Article
Definition
Parameters
Implements
See Also