Class QueryParam
- Namespace
- Glitch9.IO.Networking.RESTApi
public class QueryParam : IPathParam
- Inheritance
-
QueryParam
- Implements
- Inherited Members
- Extension Methods
Constructors
QueryParam(string, bool)
public QueryParam(string key, bool value)
Parameters
QueryParam(string, int)
public QueryParam(string key, int value)
Parameters
QueryParam(string, string)
public QueryParam(string key, string value)
Parameters
Fields
key
public string key
Field Value
value
public string value
Field Value
Methods
IsValid()
public bool IsValid()
Returns
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.