Click or drag to resize

CaseSwitchExpression Methods

The CaseSwitchExpression type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a pair of expressions representing a "when" and a "then" in the switch.
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodSetElse
Sets the else-part of the case-switch. This result of this expression is returned when no when-expression matched.
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also