C# Class BF2Statistics.MedalData.GlobalStatMultTimes

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

Protected Properties

Property Type Description
Params List

Public Methods

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

Method Details

Clone() public method

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

GetParams() public method

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

GlobalStatMultTimes() public method

public GlobalStatMultTimes ( List Params ) : System
Params List
return System

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

ToTree() public method

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

Property Details

Params protected property

List of parameters from the python function
protected List Params
return List