C# 클래스 BF2Statistics.MedalData.GlobalStatMultTimes

상속: Condition
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Params List

공개 메소드들

메소드 설명
Clone ( ) : object

Returns a copy (clone) of this object

GetParams ( ) : List

Returns a list of parameters for this condition

GlobalStatMultTimes ( List Params ) : System
Returns ( ) : ReturnType

Returns the return value of this condition

SetParams ( List Params ) : void

Sets the params for this condition

ToPython ( ) : string

Converts the Condition into python executable code

ToTree ( ) : TreeNode

Covnerts the conditions into a TreeNode

메소드 상세

Clone() 공개 메소드

Returns a copy (clone) of this object
public Clone ( ) : object
리턴 object

GetParams() 공개 메소드

Returns a list of parameters for this condition
public GetParams ( ) : List
리턴 List

GlobalStatMultTimes() 공개 메소드

public GlobalStatMultTimes ( List Params ) : System
Params List
리턴 System

Returns() 공개 메소드

Returns the return value of this condition
public Returns ( ) : ReturnType
리턴 ReturnType

SetParams() 공개 메소드

Sets the params for this condition
public SetParams ( List Params ) : void
Params List
리턴 void

ToPython() 공개 메소드

Converts the Condition into python executable code
public ToPython ( ) : string
리턴 string

ToTree() 공개 메소드

Covnerts the conditions into a TreeNode
public ToTree ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

프로퍼티 상세

Params 보호되어 있는 프로퍼티

List of parameters from the python function
protected List Params
리턴 List