EnumValueToNameConverterTObject 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#
public class EnumValueToNameConverter<TObject> : IJsonValueConverter
Inheritance
Object    EnumValueToNameConverterTObject
Implements
IJsonValueConverter

Type Parameters

TObject
The enum type to convert.

Constructors

Methods

ConvertValue Converts an enum name into the enum value.
Invert Provides a reverse converter, for mapping values in the opposite direction.

See Also