C# 클래스 NRack.Helpers.HeaderHash

상속: Hash
파일 보기 프로젝트 열기: kevinswiber/NRack 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string key, dynamic value ) : void
ContainsKey ( string key ) : bool
Create ( Hash hash = null ) : HeaderHash
Delete ( string key ) : dynamic
Each ( string>.Action action ) : void
HeaderHash ( Hash hash = null ) : System
Merge ( Hash other ) : HeaderHash
Remove ( string key ) : dynamic
Replace ( Hash other ) : HeaderHash
ToHash ( ) : Hash
this ( string key ) : dynamic

비공개 메소드들

메소드 설명
GetHeaderValue ( dynamic value ) : string

메소드 상세

Add() 공개 메소드

public Add ( string key, dynamic value ) : void
key string
value dynamic
리턴 void

ContainsKey() 공개 메소드

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

Create() 공개 정적인 메소드

public static Create ( Hash hash = null ) : HeaderHash
hash Hash
리턴 HeaderHash

Delete() 공개 메소드

public Delete ( string key ) : dynamic
key string
리턴 dynamic

Each() 공개 메소드

public Each ( string>.Action action ) : void
action string>.Action
리턴 void

HeaderHash() 공개 메소드

public HeaderHash ( Hash hash = null ) : System
hash Hash
리턴 System

Merge() 공개 메소드

public Merge ( Hash other ) : HeaderHash
other Hash
리턴 HeaderHash

Remove() 공개 메소드

public Remove ( string key ) : dynamic
key string
리턴 dynamic

Replace() 공개 메소드

public Replace ( Hash other ) : HeaderHash
other Hash
리턴 HeaderHash

ToHash() 공개 메소드

public ToHash ( ) : Hash
리턴 Hash

this() 공개 메소드

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