C# Class Hapikit.Templates.Result

Afficher le fichier Open project: hapikit/hapikit.net

Méthodes publiques

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

Méthode Description
Encode ( string p, bool allowReserved ) : string

Method Details

Append() public méthode

public Append ( char value ) : StringBuilder
value char
Résultat System.Text.StringBuilder

Append() public méthode

public Append ( string value ) : StringBuilder
value string
Résultat System.Text.StringBuilder

AppendDictionary() public méthode

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

AppendList() public méthode

public AppendList ( OperatorInfo op, bool explode, string variable, IList list ) : void
op OperatorInfo
explode bool
variable string
list IList
Résultat void

AppendName() public méthode

public AppendName ( string variable, OperatorInfo op, bool valueIsEmpty ) : void
variable string
op OperatorInfo
valueIsEmpty bool
Résultat void

AppendValue() public méthode

public AppendValue ( string value, int prefixLength, bool allowReserved ) : void
value string
prefixLength int
allowReserved bool
Résultat void

HexEscape() public static méthode

public static HexEscape ( byte i ) : string
i byte
Résultat string

HexEscape() public static méthode

public static HexEscape ( char c ) : string
c char
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string