Inheritance diagram for Shared.SearchResult:


Public Member Functions | |
| SearchResult (float relevance, ISearchable searchable) | |
| Creates a new SearchResult, assigning it a relevance and a search result to encapsulate. | |
Properties | |
| float | Relevance [get, set] |
| The relevance of this Result in the search query that created the Result. | |
| ISearchable | Item [get, set] |
| The found item. | |
| string | Title [get] |
| Title of encapsulated Item. | |
| string | Description [get] |
| Description of encapsulated Item. | |
| ResultType | SearchType [get] |
| Type of encapsulated Item. | |
| string | Type [get] |
| DateTime | Date [get] |
Private Attributes | |
| float | relevance |
| ISearchable | item |
Definition at line 11 of file Resultinfo.cs.
| Shared.SearchResult.SearchResult | ( | float | relevance, | |
| ISearchable | searchable | |||
| ) |
Creates a new SearchResult, assigning it a relevance and a search result to encapsulate.
| relevance | ||
| searchable |
Definition at line 38 of file Resultinfo.cs.
float Shared.SearchResult.Relevance [get, set] |
The relevance of this Result in the search query that created the Result.
Definition at line 20 of file Resultinfo.cs.
Referenced by Server.Catalogue.SearchResultComparer.Compare().
ISearchable Shared.SearchResult.Item [get, set] |
string Shared.SearchResult.Title [get] |
Title of encapsulated Item.
Implements Shared.ISearchable.
Definition at line 50 of file Resultinfo.cs.
string Shared.SearchResult.Description [get] |
Description of encapsulated Item.
Implements Shared.ISearchable.
Definition at line 57 of file Resultinfo.cs.
ResultType Shared.SearchResult.SearchType [get] |
Type of encapsulated Item.
Implements Shared.ISearchable.
Definition at line 64 of file Resultinfo.cs.
1.5.1-p1