EnumNameToValueConverterTObject 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#
public class EnumNameToValueConverter<TObject> : IJsonValueConverter
Inheritance
Object    EnumNameToValueConverterTObject
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