C# 클래스 BF2Statistics.Web.Bf2Stats.SearchModel

상속: BF2PageModel
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SearchResults List
SearchValue string

공개 메소드들

메소드 설명
SearchModel ( HttpClient Client ) : System

메소드 상세

SearchModel() 공개 메소드

public SearchModel ( HttpClient Client ) : System
Client HttpClient
리턴 System

프로퍼티 상세

SearchResults 공개적으로 프로퍼티

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

SearchValue 공개적으로 프로퍼티

The search value
public string SearchValue
리턴 string