M-Files Vault Application Framework
C#
Show/Hide TOC
Object
To
Array
Converter
TObject
Convert
Value Method
Converts an object to an array, by mapping each data member property in order to an array structure.
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
ObjectToArrayConverter
TObject
Class
MFiles.VAF.Configuration.JsonMapping.Converters Namespace
In This Article
Definition
Parameters
Implements
See Also