C# 클래스 BExIS.Ddm.Model.SearchResult

상속: SearchResultsBase
파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 메소드들

메소드 설명
GetIndexOfRowByID ( int id ) : int

GetPreviewByID ( int id ) : SearchResultPreview

GetRowByID ( int id ) : Row

비공개 메소드들

메소드 설명
GetIndexOfID ( ) : int

메소드 상세

GetIndexOfRowByID() 공개 메소드

public GetIndexOfRowByID ( int id ) : int
id int
리턴 int

GetPreviewByID() 공개 메소드

public GetPreviewByID ( int id ) : SearchResultPreview
id int
리턴 SearchResultPreview

GetRowByID() 공개 메소드

public GetRowByID ( int id ) : Row
id int
리턴 Row