C# Class Hapikit.Templates.Result

Datei anzeigen Open project: hapikit/hapikit.net

Public Methods

Method Description
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

Private Methods

Method Description
Encode ( string p, bool allowReserved ) : string

Method Details

Append() public method

public Append ( char value ) : StringBuilder
value char
return System.Text.StringBuilder

Append() public method

public Append ( string value ) : StringBuilder
value string
return System.Text.StringBuilder

AppendDictionary() public method

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

AppendList() public method

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

AppendName() public method

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

AppendValue() public method

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

HexEscape() public static method

public static HexEscape ( byte i ) : string
i byte
return string

HexEscape() public static method

public static HexEscape ( char c ) : string
c char
return string

ToString() public method

public ToString ( ) : string
return string