C# Class Earthworm.MappedProperty

Afficher le fichier Open project: jshirota/Earthworm Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
SetBlobConversions ( ) : void
SetDefaultConversions ( Type t ) : void
SetGuidConversions ( ) : void

Method Details

GetValue() public méthode

public GetValue ( object obj, bool convertToEsriType ) : object
obj object
convertToEsriType bool
Résultat object

MappedProperty() public méthode

public MappedProperty ( PropertyInfo propertyInfo ) : System
propertyInfo System.Reflection.PropertyInfo
Résultat System

SetValue() public méthode

public SetValue ( object obj, object value, bool convertFromEsriType ) : void
obj object
value object
convertFromEsriType bool
Résultat void