| Package | system.logic |
| Class | public class ElseIfFalse |
| Inheritance | ElseIfFalse ElseIf Object |
See also
| Method | Defined By | ||
|---|---|---|---|
ElseIfFalse(condition:*, then:Action = null)
Creates a new ElseIfFalse instance. | ElseIfFalse | ||
![]() | eval():Boolean
Evaluates a specific condition. | ElseIf | |
| ElseIfFalse | () | Constructor |
public function ElseIfFalse(condition:*, then:Action = null)Creates a new ElseIfFalse instance.
Parameterscondition:* — The Boolean value or the Rule object to evaluate.
| |
then:Action (default = null) — The Action to execute if the condition is true.
|