M-Files Vault Application Framework
C#
Show/Hide TOC
Enum
Name
To
Value
Converter
TObject
Convert
Value Method
Converts an enum name into the enum value.
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
EnumNameToValueConverter
TObject
Class
MFiles.VAF.Configuration.JsonMapping.Converters Namespace
In This Article
Definition
Parameters
Implements
See Also