C# 클래스 SpecAid.Translations.Translator

파일 보기 프로젝트 열기: ITAGroup/SpecAid

공개 메소드들

메소드 설명
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