C# Class GCodeIssueTracker.Query.IssueQuery

Class containing all the parameter information of an issue query.
Inheritance: IGQuery
Mostrar archivo Open project: shevkoplyas/tradelink.afterlife

Private Properties

Property Type Description
ConstructQueryUrl void
IsMutuallyExclusive bool

Public Methods

Method Description
AppendQuery ( QueryParamType paramType, string value ) : void

Appends new query parameters to the query.

GetQueryUrl ( ) : string

Returns the query constructed query url.

IssueQuery ( ) : System

Instantiate a new IssueQuery object.

Private Methods

Method Description
ConstructQueryUrl ( ) : void
IsMutuallyExclusive ( QueryParamType paramType ) : bool

Method Details

AppendQuery() public method

Appends new query parameters to the query.
public AppendQuery ( QueryParamType paramType, string value ) : void
paramType QueryParamType Type of the parameter.
value string Value for the query parameter.
return void

GetQueryUrl() public method

Returns the query constructed query url.
public GetQueryUrl ( ) : string
return string

IssueQuery() public method

Instantiate a new IssueQuery object.
public IssueQuery ( ) : System
return System