C# Class XMLParser.ValueGroup

显示文件 Open project: JungleJinn/Energy Class Usage Examples

Public Properties

Property Type Description
ConstructTime int

Protected Properties

Property Type Description
active double>.Dictionary
construct double>.Dictionary
passive double>.Dictionary
properties double>.Dictionary

Public Methods

Method 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

Protected Methods

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

Method Details

ValueGroup() public method

public ValueGroup ( ) : System
return System

addActive() public method

public addActive ( string inKey, double inValue ) : void
inKey string
inValue double
return void

addConstruct() public method

public addConstruct ( string inKey, double inValue ) : void
inKey string
inValue double
return void

addPassive() public method

public addPassive ( string inKey, double inValue ) : void
inKey string
inValue double
return void

addProperty() public method

public addProperty ( string inKey, double inValue ) : void
inKey string
inValue double
return void

addValue() protected method

protected addValue ( double>.Dictionary inDict, string inKey, double inValue ) : void
inDict double>.Dictionary
inKey string
inValue double
return void

getActive() public method

public getActive ( string inKey ) : double
inKey string
return double

getConstruct() public method

public getConstruct ( string inKey ) : double
inKey string
return double

getPassive() public method

public getPassive ( string inKey ) : double
inKey string
return double

getProperty() public method

public getProperty ( string inKey ) : double
inKey string
return double

getValue() protected method

protected getValue ( double>.Dictionary inDict, string inKey ) : double
inDict double>.Dictionary
inKey string
return double

Property Details

ConstructTime public_oe property

public int ConstructTime
return int

active protected_oe property

protected Dictionary active
return double>.Dictionary

construct protected_oe property

protected Dictionary construct
return double>.Dictionary

passive protected_oe property

protected Dictionary passive
return double>.Dictionary

properties protected_oe property

protected Dictionary properties
return double>.Dictionary