Class SearchResult<T>
Data result from a search
Inherited Members
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public class SearchResult<T>
Type Parameters
Name | Description |
---|---|
T | Data type for the result items |
Properties
| Improve this Doc View SourceResults
Results of the search
Declaration
public virtual IList<T>? Results { get; set; }
Property Value
Type | Description |
---|---|
IList<T> |
SearchRequest
Search request that was used to execute this search
Declaration
public virtual Search? SearchRequest { get; set; }
Property Value
Type | Description |
---|---|
Search |