C# 클래스 SpecAid.Translations.LinqTranslation

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

공개 메소드들

메소드 설명
Do ( PropertyInfo info, string tableValue ) : object
TrimLinq ( string thisValue ) : string
UseWhen ( PropertyInfo info, string tableValue ) : bool

메소드 상세

Do() 공개 메소드

public Do ( PropertyInfo info, string tableValue ) : object
info System.Reflection.PropertyInfo
tableValue string
리턴 object

TrimLinq() 공개 메소드

public TrimLinq ( string thisValue ) : string
thisValue string
리턴 string

UseWhen() 공개 메소드

public UseWhen ( PropertyInfo info, string tableValue ) : bool
info System.Reflection.PropertyInfo
tableValue string
리턴 bool