C# 클래스 QueryParameters, PSR-PSQ

파일 보기 프로젝트 열기: unhcr/PSR-PSQ 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddItem() 공개 메소드

public AddItem ( string key, string value ) : void
key string
value string
리턴 void

AddSet() 공개 메소드

public AddSet ( string key, SortedSet value ) : void
key string
value SortedSet
리턴 void

Alternative() 공개 메소드

public Alternative ( string key, string item, string trueResult, string falseResult ) : string
key string
item string
trueResult string
falseResult string
리턴 string

CommaSeparatedList() 공개 메소드

public CommaSeparatedList ( string key ) : string
key string
리턴 string

ContainsEmptyKey() 공개 메소드

public ContainsEmptyKey ( string key ) : bool
key string
리턴 bool

ContainsItem() 공개 메소드

public ContainsItem ( string key, string item ) : bool
key string
item string
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

QueryParameters() 공개 메소드

public QueryParameters ( ) : System
리턴 System

QueryParameters() 공개 메소드

public QueryParameters ( StateBag viewState ) : System
viewState StateBag
리턴 System

QueryParameters() 공개 메소드

public QueryParameters ( string key, SortedSet value ) : System
key string
value SortedSet
리턴 System

QueryParameters() 공개 메소드

public QueryParameters ( string key, string value ) : System
key string
value string
리턴 System

QuotedCommaSeparatedList() 공개 메소드

public QuotedCommaSeparatedList ( string key ) : string
key string
리턴 string

RemoveItem() 공개 메소드

public RemoveItem ( string key, string value ) : void
key string
value string
리턴 void

RemoveSet() 공개 메소드

public RemoveSet ( string key ) : void
key string
리턴 void

RestoreFromViewState() 공개 메소드

public RestoreFromViewState ( StateBag viewState ) : void
viewState StateBag
리턴 void

SaveToViewState() 공개 메소드

public SaveToViewState ( StateBag viewState ) : void
viewState StateBag
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string key ) : SortedSet
key string
리턴 SortedSet