ValueExpression Class
Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
Assembly: Qlik.Engine.dll
Properties
Abbreviated syntax:
"qValueExpression":"=<expression>"
Extended object syntax:
"qValueExpression":{"qExpr":"=<expression>"}
Where:
- < expression > is a string.
The expression is evaluated as a numeric.
Inheritance
-
System.Object
-
AbstractStructure
- ValueExpression
-
AbstractStructure
Syntax
[ValueClass]
public class ValueExpression : AbstractStructure, IDisposable, IValueExpression, IAbstractStructureConstructors
| Name | Description |
|---|---|
| ValueExpression() |
Creates an instance of the ValueExpression class |
Properties
| Name | Description |
|---|---|
| Expr |
JSON property name: qExpr |
Methods
| Name | Description |
|---|---|
| ToString() |
Returns a string that represents the current object. |
Operators
| Name | Description |
|---|---|
| Implicit(ValueExpression to Double) |
Implicit type conversion to System.Double |
| Implicit(ValueExpression to String) |
Implicit type conversion to System.String |
| Implicit(Double to ValueExpression) |
Implicit type conversion from System.Double |
| Implicit(String to ValueExpression) |
Implicit type conversion from System.String |