Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetResults ( string language ) : SearchResults |
||
GetSearchClient ( ) : IClient | ||
GetSearchResults ( string language ) : List |
||
SetDefaultValues ( ContentType contentType ) : void | ||
SetIndex ( int index ) : void |
Method | Description | |
---|---|---|
ApplyFilters ( ITypeSearch |
Let derived classes apply additional filters that only they know as the data being filtered on is part of the model
|
protected abstract ApplyFilters ( ITypeSearch |
||
query | ITypeSearch |
The query. |
return | ITypeSearch |
public GetResults ( string language ) : SearchResults |
||
language | string | |
return | SearchResults |
public GetSearchResults ( string language ) : List |
||
language | string | |
return | List |
public SetDefaultValues ( ContentType contentType ) : void | ||
contentType | ContentType | |
return | void |