ValueExpressionContainer Class
  Namespace: Qlik.Engine
Assembly: Qlik.Engine.dll
  Assembly: Qlik.Engine.dll
Wrapper class for a ValueExpression object.
Inheritance
- 
      System.Object
      
- 
          AbstractStructure
          
- ValueExpressionContainer
 
 
 - 
          AbstractStructure
          
 
Syntax
public class ValueExpressionContainer : AbstractStructure, IDisposable, IAbstractStructure, IValueExpressionContainerConstructors
| Name | Description | 
|---|---|
| ValueExpressionContainer() | 
           Constructor  | 
      
| ValueExpressionContainer(Double) | 
           Constructor  | 
      
| ValueExpressionContainer(Int32) | 
           Constructor  | 
      
| ValueExpressionContainer(String) | 
           Constructor  | 
      
Properties
| Name | Description | 
|---|---|
| ValueExpression | 
           The ValueExpression object present in the container.  | 
      
Methods
| Name | Description | 
|---|---|
| ToString() | 
           Returns a string that represents the current object.  | 
      
Operators
| Name | Description | 
|---|---|
| Implicit(ValueExpressionContainer to Double) | 
           Implicit type conversion to System.Double  | 
      
| Implicit(ValueExpressionContainer to String) | 
           Implicit type conversion to System.String  | 
      
| Implicit(Double to ValueExpressionContainer) | 
           Implicit type conversion from System.Double  | 
      
| Implicit(Int32 to ValueExpressionContainer) | 
           Implicit type conversion from System.Int32  | 
      
| Implicit(String to ValueExpressionContainer) | 
           Implicit type conversion from System.String  |