ExpressionEntity

The ExpressionEntity is used to evaluate an expression.  It is useful when a complicated expression is used in several different places.  Instead of entering the expression several times, it is better to use an ExpressionEntity to evaluate the expression and then use its output Value to pass the result to other expressions.