C# Class SpecAid.Translations.ListTranslation
Mostrar archivo
Open project: ITAGroup/SpecAid
Public Methods
Method |
Description |
|
Do ( PropertyInfo info, string tableValue ) : object |
|
|
UseWhen ( PropertyInfo info, string tableValue ) : bool |
|
|
Method Details
public Do ( PropertyInfo info, string tableValue ) : object |
info |
System.Reflection.PropertyInfo |
|
tableValue |
string |
|
return |
object |
|
public UseWhen ( PropertyInfo info, string tableValue ) : bool |
info |
System.Reflection.PropertyInfo |
|
tableValue |
string |
|
return |
bool |
|