Table of Contents

Class DataTypeMapperResult

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

The option data-type mapper result.

public sealed class DataTypeMapperResult
Inheritance
DataTypeMapperResult
Inherited Members

Constructors

DataTypeMapperResult(Type)

Initialize a new instance.

public DataTypeMapperResult(Type mappedType)

Parameters

mappedType Type

The mapped type.

Exceptions

ArgumentNullException

Null mapped type.

Properties

MappedType

The mapped system type.

public Type MappedType { get; }

Property Value

Type