C# Class XMLParser.ValueGroup

Afficher le fichier Open project: JungleJinn/Energy Class Usage Examples

Méthodes publiques

Свойство Type Description
ConstructTime int

Protected Properties

Свойство Type Description
active double>.Dictionary
construct double>.Dictionary
passive double>.Dictionary
properties double>.Dictionary

Méthodes publiques

Méthode Description
ValueGroup ( ) : System
addActive ( string inKey, double inValue ) : void
addConstruct ( string inKey, double inValue ) : void
addPassive ( string inKey, double inValue ) : void
addProperty ( string inKey, double inValue ) : void
getActive ( string inKey ) : double
getConstruct ( string inKey ) : double
getPassive ( string inKey ) : double
getProperty ( string inKey ) : double

Méthodes protégées

Méthode Description
addValue ( double>.Dictionary inDict, string inKey, double inValue ) : void
getValue ( double>.Dictionary inDict, string inKey ) : double

Method Details

ValueGroup() public méthode

public ValueGroup ( ) : System
Résultat System

addActive() public méthode

public addActive ( string inKey, double inValue ) : void
inKey string
inValue double
Résultat void

addConstruct() public méthode

public addConstruct ( string inKey, double inValue ) : void
inKey string
inValue double
Résultat void

addPassive() public méthode

public addPassive ( string inKey, double inValue ) : void
inKey string
inValue double
Résultat void

addProperty() public méthode

public addProperty ( string inKey, double inValue ) : void
inKey string
inValue double
Résultat void

addValue() protected méthode

protected addValue ( double>.Dictionary inDict, string inKey, double inValue ) : void
inDict double>.Dictionary
inKey string
inValue double
Résultat void

getActive() public méthode

public getActive ( string inKey ) : double
inKey string
Résultat double

getConstruct() public méthode

public getConstruct ( string inKey ) : double
inKey string
Résultat double

getPassive() public méthode

public getPassive ( string inKey ) : double
inKey string
Résultat double

getProperty() public méthode

public getProperty ( string inKey ) : double
inKey string
Résultat double

getValue() protected méthode

protected getValue ( double>.Dictionary inDict, string inKey ) : double
inDict double>.Dictionary
inKey string
Résultat double

Property Details

ConstructTime public_oe property

public int ConstructTime
Résultat int

active protected_oe property

protected Dictionary active
Résultat double>.Dictionary

construct protected_oe property

protected Dictionary construct
Résultat double>.Dictionary

passive protected_oe property

protected Dictionary passive
Résultat double>.Dictionary

properties protected_oe property

protected Dictionary properties
Résultat double>.Dictionary