C# 클래스 IronSmarkets.Data.EventQueryBuilder

파일 보기 프로젝트 열기: smarkets/IronSmarkets 1 사용 예제들

공개 메소드들

메소드 설명
GetResult ( ) : EventQuery
SetCategory ( string category ) : void
SetDateTime ( System.DateTime dateTime ) : void
SetSport ( string sport ) : void

메소드 상세

GetResult() 공개 메소드

public GetResult ( ) : EventQuery
리턴 EventQuery

SetCategory() 공개 메소드

public SetCategory ( string category ) : void
category string
리턴 void

SetDateTime() 공개 메소드

public SetDateTime ( System.DateTime dateTime ) : void
dateTime System.DateTime
리턴 void

SetSport() 공개 메소드

public SetSport ( string sport ) : void
sport string
리턴 void