M-Files Vault Application Framework
C#
Show/Hide TOC
Enum
Value
To
Name
Converter
TObject
Class
Converts an enum value into the enum name.
Definition
Namespace:
MFiles.VAF.Configuration.JsonMapping.Converters
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
Copy
public
class
EnumValueToNameConverter
<TObject> :
IJsonValueConverter
Inheritance
Object
EnumValueToNameConverter
TObject
Implements
IJsonValueConverter
Type Parameters
TObject
The enum type to convert.
Constructors
EnumValueToNameConverter
TObject
Methods
ConvertValue
Converts an enum name into the enum value.
Invert
Provides a reverse converter, for mapping values in the opposite direction.
See Also
Reference
MFiles.VAF.Configuration.JsonMapping.Converters Namespace
In This Article
Definition
Constructors
Methods
See Also