C# Класс Rhino.Etl.Core.DataReaders.DynamicDescriptorAdapter

Adapts a dynamic to a descriptor
Наследование: Descriptor
Показать файл Открыть проект

Открытые методы

Метод Описание
DynamicDescriptorAdapter ( Type>.KeyValuePair pair ) : System

Initializes a new instance of the DynamicDescriptorAdapter class.

GetValue ( object obj ) : dynamic

Gets the value.

Описание методов

DynamicDescriptorAdapter() публичный Метод

Initializes a new instance of the DynamicDescriptorAdapter class.
public DynamicDescriptorAdapter ( Type>.KeyValuePair pair ) : System
pair Type>.KeyValuePair The pair.
Результат System

GetValue() публичный Метод

Gets the value.
public GetValue ( object obj ) : dynamic
obj object The obj.
Результат dynamic