C# Class GoogleApi.Helpers.QueryStringParametersList

Helper class to build querystrings for Google Requests.
Show file Open project: vivet/GoogleApi Class Usage Examples

Public Methods

Method Description
Add ( string key, string value ) : void

Adds a parameter.

GetQueryStringPostfix ( ) : string

returns the query string collection as url paremer string.

QueryStringParametersList ( ) : System

Default Constructor.

Remove ( string key ) : void

Remove a parameter.

Method Details

Add() public method

Adds a parameter.
public Add ( string key, string value ) : void
key string
value string
return void

GetQueryStringPostfix() public method

returns the query string collection as url paremer string.
public GetQueryStringPostfix ( ) : string
return string

QueryStringParametersList() public method

Default Constructor.
public QueryStringParametersList ( ) : System
return System

Remove() public method

Remove a parameter.
public Remove ( string key ) : void
key string
return void