Table of Contents

Class MapValue

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll

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 object

Mapped enum value.

mapValues MapValueAttribute[]

Enum value mappings.

Properties

MapValues

Gets enum value mappings.

public MapValueAttribute[] MapValues { get; }

Property Value

MapValueAttribute[]

OrigValue

Gets enum value.

public object OrigValue { get; }

Property Value

object