Property | Type | Description | |
---|---|---|---|
Value | string |
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 |
Sets the params for this condition
|
|
ToPython ( ) : string |
Converts the Condition into python executable code
|
|
ToString ( ) : string |
Returns the value of this condition
|
|
ToTree ( ) : |
Covnerts the conditions into a TreeNode
|
public ConditionValue ( string val ) : System | ||
val | string | |
return | System |