M-Files Vault Application Framework
C#
Show/Hide TOC
Enum
Value
To
Name
Converter
TObject
Invert Method
Provides a reverse converter, for mapping values in the opposite direction.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
IJsonValueConverter
Invert
()
Return Value
IJsonValueConverter
A reverse converter instance.
Implements
IJsonValueConverter
Invert
See Also
Reference
EnumValueToNameConverter
TObject
Class
MFiles.VAF.Configuration.JsonMapping.Converters Namespace
In This Article
Definition
Return Value
Implements
See Also