C# Class TdfParser.Section, ntai

Show file Open project: Tarendai/ntai Class Usage Examples

Public Properties

Property Type Description
Name string
Parent TdfParser.Section,
SubSections TdfParser.Section>.Dictionary
Values string>.Dictionary

Public Methods

Method Description
GetDoubleArray ( double defaultvalue, string name ) : double[]
GetDoubleArray ( string name ) : double[]
GetDoubleValue ( double defaultvalue, string name ) : double
GetDoubleValue ( string name ) : double
GetIntValue ( int defaultvalue, string name ) : int
GetIntValue ( string name ) : int
GetStringValue ( string name ) : string
GetStringValue ( string defaultvalue, string name ) : string
Section ( ) : System
Section ( string name ) : System
SubSection ( string name ) : TdfParser.Section,

Private Methods

Method Description
GetPathParts ( string path ) : List
GetSectionByPath ( string path ) : TdfParser.Section,
GetValueByPath ( string path ) : string

Method Details

GetDoubleArray() public method

public GetDoubleArray ( double defaultvalue, string name ) : double[]
defaultvalue double
name string
return double[]

GetDoubleArray() public method

public GetDoubleArray ( string name ) : double[]
name string
return double[]

GetDoubleValue() public method

public GetDoubleValue ( double defaultvalue, string name ) : double
defaultvalue double
name string
return double

GetDoubleValue() public method

public GetDoubleValue ( string name ) : double
name string
return double

GetIntValue() public method

public GetIntValue ( int defaultvalue, string name ) : int
defaultvalue int
name string
return int

GetIntValue() public method

public GetIntValue ( string name ) : int
name string
return int

GetStringValue() public method

public GetStringValue ( string name ) : string
name string
return string

GetStringValue() public method

public GetStringValue ( string defaultvalue, string name ) : string
defaultvalue string
name string
return string

Section() public method

public Section ( ) : System
return System

Section() public method

public Section ( string name ) : System
name string
return System

SubSection() public method

public SubSection ( string name ) : TdfParser.Section,
name string
return TdfParser.Section,

Property Details

Name public property

public string Name
return string

Parent public property

public TdfParser.Section, Parent
return TdfParser.Section,

SubSections public property

public Dictionary SubSections
return TdfParser.Section>.Dictionary

Values public property

public Dictionary Values
return string>.Dictionary