C# Class BExIS.Ddm.Model.SearchResult

Inheritance: SearchResultsBase
Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Methods

Method Description
GetIndexOfRowByID ( int id ) : int

GetPreviewByID ( int id ) : SearchResultPreview

GetRowByID ( int id ) : Row

Private Methods

Method Description
GetIndexOfID ( ) : int

Method Details

GetIndexOfRowByID() public method

public GetIndexOfRowByID ( int id ) : int
id int
return int

GetPreviewByID() public method

public GetPreviewByID ( int id ) : SearchResultPreview
id int
return SearchResultPreview

GetRowByID() public method

public GetRowByID ( int id ) : Row
id int
return Row