C# 클래스 Hapikit.Templates.Result

파일 보기 프로젝트 열기: hapikit/hapikit.net

공개 메소드들

메소드 설명
Append ( char value ) : StringBuilder
Append ( string value ) : StringBuilder
AppendDictionary ( OperatorInfo op, bool explode, string>.IDictionary dictionary ) : void
AppendList ( OperatorInfo op, bool explode, string variable, IList list ) : void
AppendName ( string variable, OperatorInfo op, bool valueIsEmpty ) : void
AppendValue ( string value, int prefixLength, bool allowReserved ) : void
HexEscape ( byte i ) : string
HexEscape ( char c ) : string
ToString ( ) : string

비공개 메소드들

메소드 설명
Encode ( string p, bool allowReserved ) : string

메소드 상세

Append() 공개 메소드

public Append ( char value ) : StringBuilder
value char
리턴 System.Text.StringBuilder

Append() 공개 메소드

public Append ( string value ) : StringBuilder
value string
리턴 System.Text.StringBuilder

AppendDictionary() 공개 메소드

public AppendDictionary ( OperatorInfo op, bool explode, string>.IDictionary dictionary ) : void
op OperatorInfo
explode bool
dictionary string>.IDictionary
리턴 void

AppendList() 공개 메소드

public AppendList ( OperatorInfo op, bool explode, string variable, IList list ) : void
op OperatorInfo
explode bool
variable string
list IList
리턴 void

AppendName() 공개 메소드

public AppendName ( string variable, OperatorInfo op, bool valueIsEmpty ) : void
variable string
op OperatorInfo
valueIsEmpty bool
리턴 void

AppendValue() 공개 메소드

public AppendValue ( string value, int prefixLength, bool allowReserved ) : void
value string
prefixLength int
allowReserved bool
리턴 void

HexEscape() 공개 정적인 메소드

public static HexEscape ( byte i ) : string
i byte
리턴 string

HexEscape() 공개 정적인 메소드

public static HexEscape ( char c ) : string
c char
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string