M-Files Vault Application Framework
C#
Show/Hide TOC
Enum
Name
To
Value
Converter
TObject
Class
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
class
EnumNameToValueConverter
<TObject> :
IJsonValueConverter
Inheritance
Object
EnumNameToValueConverter
TObject
Implements
IJsonValueConverter
Type Parameters
TObject
The enum type to convert.
Constructors
EnumNameToValueConverter
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