Click or drag to resize

ValueSequenceTDataTypeElementValueConverterT Class

Value converter class, used to provide converters to build a ValueSequenceTDataType.
Inheritance Hierarchy
SystemObject
  Aml.Engine.CAEXValueSequenceTDataTypeElementValueConverterT

Namespace: Aml.Engine.CAEX
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public class ElementValueConverter<T>

Type Parameters

T
The type of the data type.

The ValueSequenceTDataTypeElementValueConverterT type exposes the following members.

Constructors
 NameDescription
Public methodValueSequenceTDataTypeElementValueConverterT Initializes a new instance of the ElementValueConverter class.
Top
Methods
 NameDescription
Public methodGetElementValue Gets the element value, using the default 'from'-converter or the one, set by SetConverters(FuncXElement, UTT, FuncUTT, Object).
Public methodSetConverters Sets custom value converters to support conversion from objects to user defined types.
Public methodSetElementValue Sets the element value.
Top
See Also