EnumMapper Class

Maps enum names in the source to enum values in the target.

Definition

Namespace: MFiles.VAF.Configuration.JsonMapping.Mappers
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public class EnumMapper : IJsonValueMapper
Inheritance
Object    EnumMapper
Implements
IJsonValueMapper

Constructors

Methods

CanMap Determines if this mapper can generate or augment the mapping for a particular data member.
CreateMapping Augments the default mapping or generates a new one.

See Also