Click or drag to resize

IValueMapping Interface

Defines the mapping of specific source values to specific destination values.

Namespace:  TB.ComponentModel
Assembly:  UniversalTypeConverter (in UniversalTypeConverter.dll) Version: 2.0.0
Syntax
C#
public interface IValueMapping

The IValueMapping type exposes the following members.

Properties
  NameDescription
Public propertyDestinationType
Gets the destination type.
Public propertySourceType
Get the source type.
Top
Methods
  NameDescription
Public methodTryMap
Maps the specified source value to an instance of the specified destination type.
Top
See Also