Table of Contents

Class QueryParam

public class QueryParam : IPathParam
Inheritance
QueryParam
Implements
Inherited Members
Extension Methods

Constructors

QueryParam(string, bool)

public QueryParam(string key, bool value)

Parameters

key string
value bool

QueryParam(string, int)

public QueryParam(string key, int value)

Parameters

key string
value int

QueryParam(string, string)

public QueryParam(string key, string value)

Parameters

key string
value string

Fields

key

public string key

Field Value

string

value

public string value

Field Value

string

Methods

IsValid()

public bool IsValid()

Returns

bool

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.