C# Class SpecAid.Translations.LinqTranslation

Inheritance: ITranslation
Mostra file Open project: ITAGroup/SpecAid

Public Methods

Method Description
Do ( PropertyInfo info, string tableValue ) : object
TrimLinq ( string thisValue ) : string
UseWhen ( PropertyInfo info, string tableValue ) : bool

Method Details

Do() public method

public Do ( PropertyInfo info, string tableValue ) : object
info System.Reflection.PropertyInfo
tableValue string
return object

TrimLinq() public method

public TrimLinq ( string thisValue ) : string
thisValue string
return string

UseWhen() public method

public UseWhen ( PropertyInfo info, string tableValue ) : bool
info System.Reflection.PropertyInfo
tableValue string
return bool