C# 클래스 XMLParser.ValueGroup

파일 보기 프로젝트 열기: JungleJinn/Energy 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConstructTime int

보호된 프로퍼티들

프로퍼티 타입 설명
active double>.Dictionary
construct double>.Dictionary
passive double>.Dictionary
properties double>.Dictionary

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
addValue ( double>.Dictionary inDict, string inKey, double inValue ) : void
getValue ( double>.Dictionary inDict, string inKey ) : double

메소드 상세

ValueGroup() 공개 메소드

public ValueGroup ( ) : System
리턴 System

addActive() 공개 메소드

public addActive ( string inKey, double inValue ) : void
inKey string
inValue double
리턴 void

addConstruct() 공개 메소드

public addConstruct ( string inKey, double inValue ) : void
inKey string
inValue double
리턴 void

addPassive() 공개 메소드

public addPassive ( string inKey, double inValue ) : void
inKey string
inValue double
리턴 void

addProperty() 공개 메소드

public addProperty ( string inKey, double inValue ) : void
inKey string
inValue double
리턴 void

addValue() 보호된 메소드

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

getActive() 공개 메소드

public getActive ( string inKey ) : double
inKey string
리턴 double

getConstruct() 공개 메소드

public getConstruct ( string inKey ) : double
inKey string
리턴 double

getPassive() 공개 메소드

public getPassive ( string inKey ) : double
inKey string
리턴 double

getProperty() 공개 메소드

public getProperty ( string inKey ) : double
inKey string
리턴 double

getValue() 보호된 메소드

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

프로퍼티 상세

ConstructTime 공개적으로 프로퍼티

public int ConstructTime
리턴 int

active 보호되어 있는 프로퍼티

protected Dictionary active
리턴 double>.Dictionary

construct 보호되어 있는 프로퍼티

protected Dictionary construct
리턴 double>.Dictionary

passive 보호되어 있는 프로퍼티

protected Dictionary passive
리턴 double>.Dictionary

properties 보호되어 있는 프로퍼티

protected Dictionary properties
리턴 double>.Dictionary