C# Class SpecAid.SetTranslations.SetTranslator

ファイルを表示 Open project: ITAGroup/SpecAid

Public Methods

Method Description
Translate ( PropertyInfo info, object target, object newItem ) : object

Gets the appropriate value for the cell

Private Methods

Method Description
GetSetTranslations ( ) : IEnumerable

Method Details

Translate() public static method

Gets the appropriate value for the cell
public static Translate ( PropertyInfo info, object target, object newItem ) : object
info System.Reflection.PropertyInfo
target object
newItem object
return object