C# Class SpecAid.Translations.Translator

Afficher le fichier Open project: ITAGroup/SpecAid

Méthodes publiques

Méthode Description
Translate ( PropertyInfo info, string tableValue ) : object

Gets the appropriate value for the cell

TranslateContinueAfterOperation ( PropertyInfo info, string tableValue, int operationToContinueAfter ) : object

Private Methods

Méthode Description
GetTranslations ( ) : IEnumerable

Do all of the cell actions

Method Details

Translate() public static méthode

Gets the appropriate value for the cell
public static Translate ( PropertyInfo info, string tableValue ) : object
info System.Reflection.PropertyInfo
tableValue string
Résultat object

TranslateContinueAfterOperation() public static méthode

public static TranslateContinueAfterOperation ( PropertyInfo info, string tableValue, int operationToContinueAfter ) : object
info System.Reflection.PropertyInfo
tableValue string
operationToContinueAfter int
Résultat object