C# Class BF2Statistics.MedalData.ConditionValue

Inheritance: Condition
Afficher le fichier Open project: BF2Statistics/ControlCenter Class Usage Examples

Méthodes publiques

Свойство Type Description
Value string

Méthodes publiques

Méthode 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 méthode

Returns a copy (clone) of this object
public Clone ( ) : object
Résultat object

ConditionValue() public méthode

public ConditionValue ( string val ) : System
val string
Résultat System

GetParams() public méthode

Returns a list of parameters for this condition
public GetParams ( ) : List
Résultat List

Returns() public méthode

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

SetParams() public méthode

Sets the params for this condition
public SetParams ( List Params ) : void
Params List
Résultat void

ToPython() public méthode

Converts the Condition into python executable code
public ToPython ( ) : string
Résultat string

ToString() public méthode

Returns the value of this condition
public ToString ( ) : string
Résultat string

ToTree() public méthode

Covnerts the conditions into a TreeNode
public ToTree ( ) : TreeNode
Résultat System.Windows.Forms.TreeNode

Property Details

Value public_oe property

The literal Value
public string Value
Résultat string