C# Class GCodeIssueTracker.Query.IssueQuery

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

Private Properties

Свойство Type Description
ConstructQueryUrl void
IsMutuallyExclusive bool

Méthodes publiques

Méthode 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

Méthode Description
ConstructQueryUrl ( ) : void
IsMutuallyExclusive ( QueryParamType paramType ) : bool

Method Details

AppendQuery() public méthode

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.
Résultat void

GetQueryUrl() public méthode

Returns the query constructed query url.
public GetQueryUrl ( ) : string
Résultat string

IssueQuery() public méthode

Instantiate a new IssueQuery object.
public IssueQuery ( ) : System
Résultat System