C# Class BF2Statistics.MedalData.ConditionValue

Inheritance: Condition
Show file Open project: BF2Statistics/ControlCenter Class Usage Examples

Public Properties

Property Type Description
Value string

Public Methods

Method Description
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

Method Details

Clone() public method

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

ConditionValue() public method

public ConditionValue ( string val ) : System
val string
return System

GetParams() public method

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

Returns() public method

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

SetParams() public method

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

ToPython() public method

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

ToString() public method

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

ToTree() public method

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

Property Details

Value public property

The literal Value
public string Value
return string