C# Class FoxKit.FormatHandlers.DataSet.Converters.ValueTypeConverter

Inheritance: IFoxPropertyConverter
Afficher le fichier Open project: youarebritish/FoxKitPrototype

Méthodes publiques

Méthode Description
ConvertFromFox ( Entity targetInstance, FieldInfo targetField ) : void
ValueTypeConverter ( object convertedValue ) : System.Reflection

Method Details

ConvertFromFox() public méthode

public ConvertFromFox ( Entity targetInstance, FieldInfo targetField ) : void
targetInstance Entity
targetField FieldInfo
Résultat void

ValueTypeConverter() public méthode

public ValueTypeConverter ( object convertedValue ) : System.Reflection
convertedValue object
Résultat System.Reflection