C# Class IndexViewer.BaseSearchResultCollection

Collection of results.
Afficher le fichier Open project: JimmieOverby/IndexViewer

Méthodes publiques

Méthode Description
AsDataTable ( ICollection fields ) : DataTable

Converts the SearchResult to a datatable

AsDataTable ( ICollection fields, bool excludeEmpty ) : DataTable

Méthodes protégées

Méthode Description
AddColumns2Table ( DataTable table, ICollection fields ) : void
AddRows2Table ( DataTable table, ICollection fields ) : void
DeleteEmptyColumns ( DataTable table ) : void

Method Details

AddColumns2Table() protected méthode

protected AddColumns2Table ( DataTable table, ICollection fields ) : void
table System.Data.DataTable
fields ICollection
Résultat void

AddRows2Table() protected abstract méthode

protected abstract AddRows2Table ( DataTable table, ICollection fields ) : void
table System.Data.DataTable
fields ICollection
Résultat void

AsDataTable() public méthode

Converts the SearchResult to a datatable
public AsDataTable ( ICollection fields ) : DataTable
fields ICollection
Résultat System.Data.DataTable

AsDataTable() public méthode

public AsDataTable ( ICollection fields, bool excludeEmpty ) : DataTable
fields ICollection
excludeEmpty bool
Résultat System.Data.DataTable

DeleteEmptyColumns() protected méthode

protected DeleteEmptyColumns ( DataTable table ) : void
table System.Data.DataTable
Résultat void