C# 클래스 IndexViewer.BaseSearchResultCollection

Collection of results.
파일 보기 프로젝트 열기: JimmieOverby/IndexViewer

공개 메소드들

메소드 설명
AsDataTable ( ICollection fields ) : DataTable

Converts the SearchResult to a datatable

AsDataTable ( ICollection fields, bool excludeEmpty ) : DataTable

보호된 메소드들

메소드 설명
AddColumns2Table ( DataTable table, ICollection fields ) : void
AddRows2Table ( DataTable table, ICollection fields ) : void
DeleteEmptyColumns ( DataTable table ) : void

메소드 상세

AddColumns2Table() 보호된 메소드

protected AddColumns2Table ( DataTable table, ICollection fields ) : void
table System.Data.DataTable
fields ICollection
리턴 void

AddRows2Table() 보호된 추상적인 메소드

protected abstract AddRows2Table ( DataTable table, ICollection fields ) : void
table System.Data.DataTable
fields ICollection
리턴 void

AsDataTable() 공개 메소드

Converts the SearchResult to a datatable
public AsDataTable ( ICollection fields ) : DataTable
fields ICollection
리턴 System.Data.DataTable

AsDataTable() 공개 메소드

public AsDataTable ( ICollection fields, bool excludeEmpty ) : DataTable
fields ICollection
excludeEmpty bool
리턴 System.Data.DataTable

DeleteEmptyColumns() 보호된 메소드

protected DeleteEmptyColumns ( DataTable table ) : void
table System.Data.DataTable
리턴 void