C# Class POLConfig.POLConfigElem

Afficher le fichier Open project: polserver/poltools Class Usage Examples

Méthodes publiques

Méthode Description
AddComment ( string comment ) : void
AddProperty ( string name, string value ) : void
AddProperty ( string name, string value, string comment ) : void
GetConfigFloat ( string property_name ) : double
GetConfigInt ( string property_name ) : int
GetConfigString ( string property_name ) : string
ListConfigElemProps ( ) : string[]
POLConfigElem ( string elem_name ) : System

Method Details

AddComment() public méthode

public AddComment ( string comment ) : void
comment string
Résultat void

AddProperty() public méthode

public AddProperty ( string name, string value ) : void
name string
value string
Résultat void

AddProperty() public méthode

public AddProperty ( string name, string value, string comment ) : void
name string
value string
comment string
Résultat void

GetConfigFloat() public méthode

public GetConfigFloat ( string property_name ) : double
property_name string
Résultat double

GetConfigInt() public méthode

public GetConfigInt ( string property_name ) : int
property_name string
Résultat int

GetConfigString() public méthode

public GetConfigString ( string property_name ) : string
property_name string
Résultat string

ListConfigElemProps() public méthode

public ListConfigElemProps ( ) : string[]
Résultat string[]

POLConfigElem() public méthode

public POLConfigElem ( string elem_name ) : System
elem_name string
Résultat System