C# 클래스 BF2Statistics.MedalData.ConditionValue

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

공개 프로퍼티들

프로퍼티 타입 설명
Value string

공개 메소드들

메소드 설명
Clone ( ) : object

Returns a copy (clone) of this object

ConditionValue ( string val ) : System
GetParams ( ) : List

Returns a list of parameters for this condition

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

ToString ( ) : string

Returns the value of this condition

ToTree ( ) : TreeNode

Covnerts the conditions into a TreeNode

메소드 상세

Clone() 공개 메소드

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

ConditionValue() 공개 메소드

public ConditionValue ( string val ) : System
val string
리턴 System

GetParams() 공개 메소드

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

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

ToString() 공개 메소드

Returns the value of this condition
public ToString ( ) : string
리턴 string

ToTree() 공개 메소드

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

프로퍼티 상세

Value 공개적으로 프로퍼티

The literal Value
public string Value
리턴 string