Метод | Описание | |
---|---|---|
Clone ( ) : object |
Creates a Deep clone of the condition, and returns it
|
|
GetParams ( ) : List |
Returns the parameters that make up the python parts of the function
|
|
Returns ( ) : ReturnType |
Returns the value return type of this condition
|
|
Sec2hms ( int seconds ) : string |
Converts a Timespan of seconds into Hours, Minutes, and Seconds
|
|
SetParams ( List |
Sets new parameters for the python function
|
|
ToPython ( ) : string |
Converts the condition object into python parsable code.
|
|
ToTree ( ) : |
Converts the condition into a viewable TreeNode for the Criteria Editor
|
public static Sec2hms ( int seconds ) : string | ||
seconds | int | Seconds to convert |
Результат | string |
public abstract SetParams ( List |
||
Params | List |
|
Результат | void |