C# Class SpecAid.Translations.Translator

Datei anzeigen Open project: ITAGroup/SpecAid

Public Methods

Method Description
Translate ( PropertyInfo info, string tableValue ) : object

Gets the appropriate value for the cell

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

Private Methods

Method Description
GetTranslations ( ) : IEnumerable

Do all of the cell actions

Method Details

Translate() public static method

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

TranslateContinueAfterOperation() public static method

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