C# Class Earthworm.MappedProperty

ファイルを表示 Open project: jshirota/Earthworm Class Usage Examples

Public Methods

Method Description
GetValue ( object obj, bool convertToEsriType ) : object
MappedProperty ( PropertyInfo propertyInfo ) : System
SetValue ( object obj, object value, bool convertFromEsriType ) : void

Private Methods

Method Description
SetBlobConversions ( ) : void
SetDefaultConversions ( Type t ) : void
SetGuidConversions ( ) : void

Method Details

GetValue() public method

public GetValue ( object obj, bool convertToEsriType ) : object
obj object
convertToEsriType bool
return object

MappedProperty() public method

public MappedProperty ( PropertyInfo propertyInfo ) : System
propertyInfo System.Reflection.PropertyInfo
return System

SetValue() public method

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