Table of Contents

Class DataTypeMapperContext<TValue>

Namespace
OneImlx.Terminal.Commands.Mappers
Assembly
OneImlx.Terminal.dll

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 TValue

The value.

Exceptions

ArgumentNullException

Properties

Value

The value to map.

public TValue Value { get; set; }

Property Value

TValue