C# Class WhatCD.QueryBuilder

Afficher le fichier Open project: frankston/WhatAPI Class Usage Examples

Méthodes publiques

Méthode Description
Append ( string key, bool value ) : void
Append ( string key, int value ) : void
Append ( string key, string value ) : void
QueryBuilder ( string initialQuery ) : System

Method Details

Append() public méthode

public Append ( string key, bool value ) : void
key string
value bool
Résultat void

Append() public méthode

public Append ( string key, int value ) : void
key string
value int
Résultat void

Append() public méthode

public Append ( string key, string value ) : void
key string
value string
Résultat void

QueryBuilder() public méthode

public QueryBuilder ( string initialQuery ) : System
initialQuery string
Résultat System