C# 클래스 Rhino.Etl.Core.DataReaders.DynamicDescriptorAdapter

Adapts a dynamic to a descriptor
상속: Descriptor
파일 보기 프로젝트 열기: IntelliTect/rhino-etl

공개 메소드들

메소드 설명
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