C# Class QueryParameters, PSR-PSQ

Afficher le fichier Open project: unhcr/PSR-PSQ Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( string key, string value ) : void
AddSet ( string key, SortedSet value ) : void
Alternative ( string key, string item, string trueResult, string falseResult ) : string
CommaSeparatedList ( string key ) : string
ContainsEmptyKey ( string key ) : bool
ContainsItem ( string key, string item ) : bool
ContainsKey ( string key ) : bool
QueryParameters ( ) : System
QueryParameters ( StateBag viewState ) : System
QueryParameters ( string key, SortedSet value ) : System
QueryParameters ( string key, string value ) : System
QuotedCommaSeparatedList ( string key ) : string
RemoveItem ( string key, string value ) : void
RemoveSet ( string key ) : void
RestoreFromViewState ( StateBag viewState ) : void
SaveToViewState ( StateBag viewState ) : void
ToString ( ) : string
this ( string key ) : SortedSet

Method Details

AddItem() public méthode

public AddItem ( string key, string value ) : void
key string
value string
Résultat void

AddSet() public méthode

public AddSet ( string key, SortedSet value ) : void
key string
value SortedSet
Résultat void

Alternative() public méthode

public Alternative ( string key, string item, string trueResult, string falseResult ) : string
key string
item string
trueResult string
falseResult string
Résultat string

CommaSeparatedList() public méthode

public CommaSeparatedList ( string key ) : string
key string
Résultat string

ContainsEmptyKey() public méthode

public ContainsEmptyKey ( string key ) : bool
key string
Résultat bool

ContainsItem() public méthode

public ContainsItem ( string key, string item ) : bool
key string
item string
Résultat bool

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

QueryParameters() public méthode

public QueryParameters ( ) : System
Résultat System

QueryParameters() public méthode

public QueryParameters ( StateBag viewState ) : System
viewState StateBag
Résultat System

QueryParameters() public méthode

public QueryParameters ( string key, SortedSet value ) : System
key string
value SortedSet
Résultat System

QueryParameters() public méthode

public QueryParameters ( string key, string value ) : System
key string
value string
Résultat System

QuotedCommaSeparatedList() public méthode

public QuotedCommaSeparatedList ( string key ) : string
key string
Résultat string

RemoveItem() public méthode

public RemoveItem ( string key, string value ) : void
key string
value string
Résultat void

RemoveSet() public méthode

public RemoveSet ( string key ) : void
key string
Résultat void

RestoreFromViewState() public méthode

public RestoreFromViewState ( StateBag viewState ) : void
viewState StateBag
Résultat void

SaveToViewState() public méthode

public SaveToViewState ( StateBag viewState ) : void
viewState StateBag
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( string key ) : SortedSet
key string
Résultat SortedSet