Public Member Functions | |
| PreviousSearch (string query, ResultType type, SearchTypes byTag, int resultCount) | |
| Constructor for creating a PreviousSearch instance, containing only a subset of the struct elements. | |
| PreviousSearch (string query, ResultType type, SearchTypes byTag, int resultCount, object tag) | |
| Constructor for creating a PreviousSearch instance, containing all the struct elements. | |
Public Attributes | |
| SearchTypes | byTag |
| string | query |
| object | Tag |
| ResultType | types |
| int | resultCount |
Definition at line 42 of file MainWindowGridController.cs.
| Client.MainWindow.PreviousSearch.PreviousSearch | ( | string | query, | |
| ResultType | type, | |||
| SearchTypes | byTag, | |||
| int | resultCount | |||
| ) |
Constructor for creating a PreviousSearch instance, containing only a subset of the struct elements.
| query | The search query terms | |
| type | The type of search performed | |
| byTag | Which type of search that happened | |
| resultCount | The amount of results returned by the search |
Definition at line 56 of file MainWindowGridController.cs.
References Client.MainWindow.PreviousSearch.Tag.
| Client.MainWindow.PreviousSearch.PreviousSearch | ( | string | query, | |
| ResultType | type, | |||
| SearchTypes | byTag, | |||
| int | resultCount, | |||
| object | tag | |||
| ) |
Constructor for creating a PreviousSearch instance, containing all the struct elements.
| query | The search query terms | |
| type | The type of search performed | |
| byTag | Which type of search that happened | |
| resultCount | The amount of results returned by the search | |
| tag | The tag which was search for |
Definition at line 72 of file MainWindowGridController.cs.
1.5.1-p1