Class MapValue
Stores enum mapping information for single enum value.
public class MapValue
- Inheritance
-
MapValue
- Extension Methods
Constructors
MapValue(object, params MapValueAttribute[])
Creates instance of class.
public MapValue(object origValue, params MapValueAttribute[] mapValues)
Parameters
origValue
objectMapped enum value.
mapValues
MapValueAttribute[]Enum value mappings.
Properties
MapValues
Gets enum value mappings.
public MapValueAttribute[] MapValues { get; }
Property Value
OrigValue
Gets enum value.
public object OrigValue { get; }