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

Inheritance: IFoxPropertyConverter
Mostrar archivo Open project: youarebritish/FoxKitPrototype

Public Methods

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

Method Details

ConvertFromFox() public method

public ConvertFromFox ( Entity targetInstance, FieldInfo targetField ) : void
targetInstance Entity
targetField FieldInfo
return void

ValueTypeConverter() public method

public ValueTypeConverter ( object convertedValue ) : System.Reflection
convertedValue object
return System.Reflection