C# 클래스 WhatCD.QueryBuilder

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

공개 메소드들

메소드 설명
Append ( string key, bool value ) : void
Append ( string key, int value ) : void
Append ( string key, string value ) : void
QueryBuilder ( string initialQuery ) : System

메소드 상세

Append() 공개 메소드

public Append ( string key, bool value ) : void
key string
value bool
리턴 void

Append() 공개 메소드

public Append ( string key, int value ) : void
key string
value int
리턴 void

Append() 공개 메소드

public Append ( string key, string value ) : void
key string
value string
리턴 void

QueryBuilder() 공개 메소드

public QueryBuilder ( string initialQuery ) : System
initialQuery string
리턴 System