C# Class Rhino.Etl.Core.DataReaders.DynamicDescriptorAdapter

Adapts a dynamic to a descriptor
Inheritance: Descriptor
Mostrar archivo Open project: IntelliTect/rhino-etl

Public Methods

Method Description
DynamicDescriptorAdapter ( Type>.KeyValuePair pair ) : System

Initializes a new instance of the DynamicDescriptorAdapter class.

GetValue ( object obj ) : dynamic

Gets the value.

Method Details

DynamicDescriptorAdapter() public method

Initializes a new instance of the DynamicDescriptorAdapter class.
public DynamicDescriptorAdapter ( Type>.KeyValuePair pair ) : System
pair Type>.KeyValuePair The pair.
return System

GetValue() public method

Gets the value.
public GetValue ( object obj ) : dynamic
obj object The obj.
return dynamic