C# Class TdfParser.Section, ntai

Afficher le fichier Open project: Tarendai/ntai Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string
Parent TdfParser.Section,
SubSections TdfParser.Section>.Dictionary
Values string>.Dictionary

Méthodes publiques

Méthode 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

Méthode Description
GetPathParts ( string path ) : List
GetSectionByPath ( string path ) : TdfParser.Section,
GetValueByPath ( string path ) : string

Method Details

GetDoubleArray() public méthode

public GetDoubleArray ( double defaultvalue, string name ) : double[]
defaultvalue double
name string
Résultat double[]

GetDoubleArray() public méthode

public GetDoubleArray ( string name ) : double[]
name string
Résultat double[]

GetDoubleValue() public méthode

public GetDoubleValue ( double defaultvalue, string name ) : double
defaultvalue double
name string
Résultat double

GetDoubleValue() public méthode

public GetDoubleValue ( string name ) : double
name string
Résultat double

GetIntValue() public méthode

public GetIntValue ( int defaultvalue, string name ) : int
defaultvalue int
name string
Résultat int

GetIntValue() public méthode

public GetIntValue ( string name ) : int
name string
Résultat int

GetStringValue() public méthode

public GetStringValue ( string name ) : string
name string
Résultat string

GetStringValue() public méthode

public GetStringValue ( string defaultvalue, string name ) : string
defaultvalue string
name string
Résultat string

Section() public méthode

public Section ( ) : System
Résultat System

Section() public méthode

public Section ( string name ) : System
name string
Résultat System

SubSection() public méthode

public SubSection ( string name ) : TdfParser.Section,
name string
Résultat TdfParser.Section,

Property Details

Name public_oe property

public string Name
Résultat string

Parent public_oe property

public TdfParser.Section, Parent
Résultat TdfParser.Section,

SubSections public_oe property

public Dictionary SubSections
Résultat TdfParser.Section>.Dictionary

Values public_oe property

public Dictionary Values
Résultat string>.Dictionary