C# Класс SpecAid.Translations.Translator

Показать файл Открыть проект

Открытые методы

Метод Описание
Translate ( PropertyInfo info, string tableValue ) : object

Gets the appropriate value for the cell

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

Приватные методы

Метод Описание
GetTranslations ( ) : IEnumerable

Do all of the cell actions

Описание методов

Translate() публичный статический Метод

Gets the appropriate value for the cell
public static Translate ( PropertyInfo info, string tableValue ) : object
info System.Reflection.PropertyInfo
tableValue string
Результат object

TranslateContinueAfterOperation() публичный статический Метод

public static TranslateContinueAfterOperation ( PropertyInfo info, string tableValue, int operationToContinueAfter ) : object
info System.Reflection.PropertyInfo
tableValue string
operationToContinueAfter int
Результат object