C# 클래스 GCodeIssueTracker.Query.IssueQuery

Class containing all the parameter information of an issue query.
상속: IGQuery
파일 보기 프로젝트 열기: shevkoplyas/tradelink.afterlife

Private Properties

프로퍼티 타입 설명
ConstructQueryUrl void
IsMutuallyExclusive bool

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ConstructQueryUrl ( ) : void
IsMutuallyExclusive ( QueryParamType paramType ) : bool

메소드 상세

AppendQuery() 공개 메소드

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.
리턴 void

GetQueryUrl() 공개 메소드

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

IssueQuery() 공개 메소드

Instantiate a new IssueQuery object.
public IssueQuery ( ) : System
리턴 System