C# Класс QuickFix.Settings

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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'

Описание методов

Add() публичный Метод

public Add ( QuickFix section ) : QuickFix.Dictionary
section QuickFix
Результат QuickFix.Dictionary

Get() публичный Метод

public Get ( string sectionName ) : LinkedList
sectionName string
Результат LinkedList

IsComment() публичный статический Метод

public static IsComment ( string s ) : bool
s string
Результат bool

IsKeyValue() публичный статический Метод

public static IsKeyValue ( string s ) : bool
s string
Результат bool

IsSection() публичный статический Метод

public static IsSection ( string s ) : bool
s string
Результат bool

Settings() публичный Метод

public Settings ( System conf ) : System.Collections.Generic
conf System
Результат System.Collections.Generic

SplitSection() публичный статический Метод

Strip the outer '[' and ']' from the section name, e.g. '[DEFAULT]' becomes 'DEFAULT'
public static SplitSection ( string s ) : string
s string the section name
Результат string