C# Class QuickFix.Settings

ファイルを表示 Open project: kennystone/quickfixn Class Usage Examples

Public Methods

Method Description
Add ( QuickFix section ) : QuickFix.Dictionary
Get ( string sectionName ) : LinkedList
IsComment ( string s ) : bool
IsKeyValue ( string s ) : bool
IsSection ( string s ) : bool
Settings ( System conf ) : System.Collections.Generic
SplitSection ( string s ) : string

Strip the outer '[' and ']' from the section name, e.g. '[DEFAULT]' becomes 'DEFAULT'

Method Details

Add() public method

public Add ( QuickFix section ) : QuickFix.Dictionary
section QuickFix
return QuickFix.Dictionary

Get() public method

public Get ( string sectionName ) : LinkedList
sectionName string
return LinkedList

IsComment() public static method

public static IsComment ( string s ) : bool
s string
return bool

IsKeyValue() public static method

public static IsKeyValue ( string s ) : bool
s string
return bool

IsSection() public static method

public static IsSection ( string s ) : bool
s string
return bool

Settings() public method

public Settings ( System conf ) : System.Collections.Generic
conf System
return System.Collections.Generic

SplitSection() public static method

Strip the outer '[' and ']' from the section name, e.g. '[DEFAULT]' becomes 'DEFAULT'
public static SplitSection ( string s ) : string
s string the section name
return string