C# 클래스 Braintree.QueryString

파일 보기 프로젝트 열기: braintree/braintree_dotnet 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
builder System.Text.StringBuilder

공개 메소드들

메소드 설명
Append ( string>.KeyValuePair pair ) : QueryString
Append ( string key, object value ) : QueryString
QueryString ( ) : System.Collections.Generic
ToString ( ) : string

보호된 메소드들

메소드 설명
AppendRequest ( string parent, Request request ) : QueryString
AppendString ( string key, string value ) : QueryString
EncodeParam ( string key, string value ) : string

메소드 상세

Append() 공개 메소드

public Append ( string>.KeyValuePair pair ) : QueryString
pair string>.KeyValuePair
리턴 QueryString

Append() 공개 메소드

public Append ( string key, object value ) : QueryString
key string
value object
리턴 QueryString

AppendRequest() 보호된 메소드

protected AppendRequest ( string parent, Request request ) : QueryString
parent string
request Request
리턴 QueryString

AppendString() 보호된 메소드

protected AppendString ( string key, string value ) : QueryString
key string
value string
리턴 QueryString

EncodeParam() 보호된 메소드

protected EncodeParam ( string key, string value ) : string
key string
value string
리턴 string

QueryString() 공개 메소드

public QueryString ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

builder 보호되어 있는 프로퍼티

protected StringBuilder,System.Text builder
리턴 System.Text.StringBuilder