C# Class SpecAid.Translations.LinqTranslation

Inheritance: ITranslation
Afficher le fichier Open project: ITAGroup/SpecAid

Méthodes publiques

Méthode Description
Do ( PropertyInfo info, string tableValue ) : object
TrimLinq ( string thisValue ) : string
UseWhen ( PropertyInfo info, string tableValue ) : bool

Method Details

Do() public méthode

public Do ( PropertyInfo info, string tableValue ) : object
info System.Reflection.PropertyInfo
tableValue string
Résultat object

TrimLinq() public méthode

public TrimLinq ( string thisValue ) : string
thisValue string
Résultat string

UseWhen() public méthode

public UseWhen ( PropertyInfo info, string tableValue ) : bool
info System.Reflection.PropertyInfo
tableValue string
Résultat bool