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

Adapts a dynamic to a descriptor
Inheritance: Descriptor
Afficher le fichier Open project: IntelliTect/rhino-etl

Méthodes publiques

Méthode 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 méthode

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

GetValue() public méthode

Gets the value.
public GetValue ( object obj ) : dynamic
obj object The obj.
Résultat dynamic