Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
SpecAid
Translations
NullableGenericTranslation
C# 클래스 SpecAid.Translations.NullableGenericTranslation
상속:
ITranslation
파일 보기
프로젝트 열기: ITAGroup/SpecAid
공개 메소드들
메소드
설명
Do
(
PropertyInfo
info
,
string
tableValue
) :
object
UseWhen
(
PropertyInfo
info
,
string
tableValue
) :
bool
메소드 상세
Do()
공개
메소드
public
Do
(
PropertyInfo
info
,
string
tableValue
) :
object
info
System.Reflection.PropertyInfo
tableValue
string
리턴
object
UseWhen()
공개
메소드
public
UseWhen
(
PropertyInfo
info
,
string
tableValue
) :
bool
info
System.Reflection.PropertyInfo
tableValue
string
리턴
bool