C# 클래스 SpecAid.SetTranslations.SameTypeSetTranslation

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

공개 메소드들

메소드 설명
Do ( PropertyInfo info, object target, object newItem ) : object
UseWhen ( PropertyInfo info, object target, object newItem ) : bool

메소드 상세

Do() 공개 메소드

public Do ( PropertyInfo info, object target, object newItem ) : object
info System.Reflection.PropertyInfo
target object
newItem object
리턴 object

UseWhen() 공개 메소드

public UseWhen ( PropertyInfo info, object target, object newItem ) : bool
info System.Reflection.PropertyInfo
target object
newItem object
리턴 bool