C# 클래스 SIL.FieldWorks.TE.TeEditorialChecks.DummyListItem

상속: ICheckGridRowObject
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
GetPropValue ( string propName ) : object

Returns the value for the specified property. I would use reflection but that takes more overhead since this will be used in sorting.

메소드 상세

GetPropValue() 공개 메소드

Returns the value for the specified property. I would use reflection but that takes more overhead since this will be used in sorting.
public GetPropValue ( string propName ) : object
propName string
리턴 object