C# 클래스 Earthworm.MappedProperty

파일 보기 프로젝트 열기: jshirota/Earthworm 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( object obj, bool convertToEsriType ) : object
MappedProperty ( PropertyInfo propertyInfo ) : System
SetValue ( object obj, object value, bool convertFromEsriType ) : void

비공개 메소드들

메소드 설명
SetBlobConversions ( ) : void
SetDefaultConversions ( Type t ) : void
SetGuidConversions ( ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( object obj, bool convertToEsriType ) : object
obj object
convertToEsriType bool
리턴 object

MappedProperty() 공개 메소드

public MappedProperty ( PropertyInfo propertyInfo ) : System
propertyInfo System.Reflection.PropertyInfo
리턴 System

SetValue() 공개 메소드

public SetValue ( object obj, object value, bool convertFromEsriType ) : void
obj object
value object
convertFromEsriType bool
리턴 void