C# Class BF2Statistics.Web.Bf2Stats.SearchModel

Inheritance: BF2PageModel
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
SearchResults List
SearchValue string

Public Methods

Method Description
SearchModel ( HttpClient Client ) : System

Method Details

SearchModel() public method

public SearchModel ( HttpClient Client ) : System
Client HttpClient
return System

Property Details

SearchResults public property

If we have a search string. The results are stored here
public List SearchResults
return List

SearchValue public property

The search value
public string SearchValue
return string