C# 클래스 QuickFix.Dictionary

Name/value pairs used for specifying groups of settings
상속: System.Collections.IEnumerable
파일 보기 프로젝트 열기: kennystone/quickfixn 1 사용 예제들

공개 메소드들

메소드 설명
Dictionary ( ) : System
Dictionary ( Dictionary d ) : System
Dictionary ( string name ) : System
Dictionary ( string name, string>.System data ) : System
GetBool ( string key ) : bool
GetDay ( string key ) : int
GetDouble ( string key ) : double
GetEnumerator ( ) : System.Collections.IEnumerator
GetLong ( string key ) : long
GetString ( string key, bool capitalize ) : String
GetString ( string key ) : string
Has ( string key ) : bool
Merge ( Dictionary toMerge ) : void
SetBool ( string key, bool val ) : void
SetDay ( string key, int val ) : void
SetDouble ( string key, double val ) : void
SetLong ( string key, long val ) : void
SetString ( string key, string val ) : void

메소드 상세

Dictionary() 공개 메소드

public Dictionary ( ) : System
리턴 System

Dictionary() 공개 메소드

public Dictionary ( Dictionary d ) : System
d Dictionary
리턴 System

Dictionary() 공개 메소드

public Dictionary ( string name ) : System
name string
리턴 System

Dictionary() 공개 메소드

public Dictionary ( string name, string>.System data ) : System
name string
data string>.System
리턴 System

GetBool() 공개 메소드

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

GetDay() 공개 메소드

public GetDay ( string key ) : int
key string
리턴 int

GetDouble() 공개 메소드

public GetDouble ( string key ) : double
key string
리턴 double

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

GetLong() 공개 메소드

public GetLong ( string key ) : long
key string
리턴 long

GetString() 공개 메소드

public GetString ( string key, bool capitalize ) : String
key string
capitalize bool
리턴 String

GetString() 공개 메소드

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

Has() 공개 메소드

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

Merge() 공개 메소드

public Merge ( Dictionary toMerge ) : void
toMerge Dictionary
리턴 void

SetBool() 공개 메소드

public SetBool ( string key, bool val ) : void
key string
val bool
리턴 void

SetDay() 공개 메소드

public SetDay ( string key, int val ) : void
key string
val int
리턴 void

SetDouble() 공개 메소드

public SetDouble ( string key, double val ) : void
key string
val double
리턴 void

SetLong() 공개 메소드

public SetLong ( string key, long val ) : void
key string
val long
리턴 void

SetString() 공개 메소드

public SetString ( string key, string val ) : void
key string
val string
리턴 void