Client.MainWindow.PreviousSearch Struct Reference

List of all members.

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

Detailed Description

Definition at line 42 of file MainWindowGridController.cs.


Constructor & Destructor Documentation

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.

Parameters:
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.

Parameters:
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.


The documentation for this struct was generated from the following file:
Generated on Thu Dec 21 06:23:43 2006 for SCRAML by  doxygen 1.5.1-p1