![]() | CaseWhenThenExpression Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CaseWhenThenExpression : ExpressionBase
The CaseWhenThenExpression type exposes the following members.
Name | Description | |
---|---|---|
![]() | CaseWhenThenExpression | Initializes a new instance of the CaseWhenThenExpression class |
Name | Description | |
---|---|---|
![]() | Children |
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.) |
![]() | Precedence | (Overrides ExpressionBasePrecedence.) |
![]() | TreeObjectName | (Inherited from ExpressionBase.) |
Name | Description | |
---|---|---|
![]() | Add |
Adds a when-then pair of expressions.
|
![]() | AddChild |
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.) |
![]() | SetElse |
Sets the expression to provide a value when no when-condition matches.
|
![]() | ToEPL | (Inherited from ExpressionBase.) |
![]() | ToPrecedenceFreeEPL | (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).) |