Class DataTypeMapperContext<TValue>
The IValue data-type mapper context.
public sealed class DataTypeMapperContext<TValue> where TValue : IValue
Type Parameters
TValue
- Inheritance
-
DataTypeMapperContext<TValue>
- Inherited Members
Constructors
DataTypeMapperContext(TValue)
Initialize a new instance.
public DataTypeMapperContext(TValue value)
Parameters
value
TValueThe value.
Exceptions
Properties
Value
The value to map.
public TValue Value { get; set; }
Property Value
- TValue